diff --git a/.github/workflows/dry-run-bottles.yml b/.github/workflows/dry-run-bottles.yml index d4f3d2a8..a8e19b1c 100644 --- a/.github/workflows/dry-run-bottles.yml +++ b/.github/workflows/dry-run-bottles.yml @@ -10,7 +10,7 @@ jobs: actions: read contents: write packages: write - uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4 + uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c with: kandelo-repository: ${{ github.event.client_payload.kandelo_repository || 'Automattic/kandelo' }} kandelo-ref: ${{ github.event.client_payload.kandelo_ref || 'main' }} diff --git a/.github/workflows/maintain-bottles.yml b/.github/workflows/maintain-bottles.yml index 9420b8b6..8731b62a 100644 --- a/.github/workflows/maintain-bottles.yml +++ b/.github/workflows/maintain-bottles.yml @@ -10,7 +10,7 @@ jobs: actions: read contents: write packages: write - uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-maintenance.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4 + uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-maintenance.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c with: mode: ${{ github.event.client_payload.mode || 'rebuild' }} formulae: ${{ github.event.client_payload.formulae }} diff --git a/.github/workflows/publish-bottles.yml b/.github/workflows/publish-bottles.yml index 4ef092d5..fb8687b1 100644 --- a/.github/workflows/publish-bottles.yml +++ b/.github/workflows/publish-bottles.yml @@ -10,7 +10,7 @@ jobs: actions: read contents: write packages: write - uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4 + uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c with: kandelo-repository: Automattic/kandelo kandelo-ref: main diff --git a/Kandelo/test-workflow-trust.rb b/Kandelo/test-workflow-trust.rb index ed3050d9..28430939 100644 --- a/Kandelo/test-workflow-trust.rb +++ b/Kandelo/test-workflow-trust.rb @@ -118,10 +118,10 @@ def expect_rejection(label) expression("secrets.HOMEBREW_GITHUB_PACKAGES_TOKEN"), }.freeze -CURRENT_KANDELO_WORKFLOW_SHA = "a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4" +CURRENT_KANDELO_WORKFLOW_SHA = "353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c" REPOSITORY_CANARY_KANDELO_SHA = "7d9854e4a6be178e2431816cd21b8a19a1ff6d67" RETIRED_PAT_KANDELO_WORKFLOW_SHA = "acc54b0d0fb5ffc1e742d437081a58bfd163e785" -PREVIOUS_KANDELO_WORKFLOW_SHA = "04a25dc738c521601d00b2adb7b8cea1d8234050" +PREVIOUS_KANDELO_WORKFLOW_SHA = "a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4" RETIRED_KANDELO_WORKFLOW_SHA = "c3f91d622c3c878e15783c67e99e483e54ab25c1" SELF_TEST_KANDELO_WORKFLOW_SHA = "1111111111111111111111111111111111111111"