From 980325f0847b2b8315fdda6b52ddc724be3f313b Mon Sep 17 00:00:00 2001 From: "H.E. Pennypacker" <115990865+pennypacker-he@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:14:23 +0000 Subject: [PATCH] [patch] Advance shared publisher workflow --- .github/workflows/github-release.yaml | 2 +- .github/workflows/lint-test-build-push.yml | 6 +++--- ci/publication_contract_test.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 6d44bf6..0c5d082 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -8,7 +8,7 @@ on: jobs: release: if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release') - uses: libops/.github/.github/workflows/bump-release.yaml@8e27d95846671a9e319f1900e86a488a1d4f39b3 + uses: libops/.github/.github/workflows/bump-release.yaml@d5a29840172a53729c5999832534de65b7ba9587 with: workflow_file: goreleaser.yaml permissions: diff --git a/.github/workflows/lint-test-build-push.yml b/.github/workflows/lint-test-build-push.yml index 345968b..fb6e540 100644 --- a/.github/workflows/lint-test-build-push.yml +++ b/.github/workflows/lint-test-build-push.yml @@ -101,7 +101,7 @@ jobs: needs: - test - image-check - uses: libops/.github/.github/workflows/pr-status.yaml@8e27d95846671a9e319f1900e86a488a1d4f39b3 + uses: libops/.github/.github/workflows/pr-status.yaml@d5a29840172a53729c5999832534de65b7ba9587 permissions: {} with: needs-json: ${{ toJSON(needs) }} @@ -109,14 +109,14 @@ jobs: publish: if: github.event_name != 'pull_request' needs: test - uses: libops/.github/.github/workflows/build-push.yaml@8e27d95846671a9e319f1900e86a488a1d4f39b3 + uses: libops/.github/.github/workflows/build-push.yaml@d5a29840172a53729c5999832534de65b7ba9587 with: ref: ${{ github.sha }} expected-main-sha: ${{ github.ref == 'refs/heads/main' && github.sha || '' }} additional-gar-registry: us-docker.pkg.dev/libops-images/public scan: true sign: true - certificate-identity: https://github.com/libops/.github/.github/workflows/build-push.yaml@8e27d95846671a9e319f1900e86a488a1d4f39b3 + certificate-identity: https://github.com/libops/.github/.github/workflows/build-push.yaml@d5a29840172a53729c5999832534de65b7ba9587 permissions: contents: read id-token: write diff --git a/ci/publication_contract_test.go b/ci/publication_contract_test.go index 3a2b63d..3688111 100644 --- a/ci/publication_contract_test.go +++ b/ci/publication_contract_test.go @@ -8,7 +8,7 @@ import ( "testing" ) -const sharedWorkflowSHA = "8e27d95846671a9e319f1900e86a488a1d4f39b3" +const sharedWorkflowSHA = "d5a29840172a53729c5999832534de65b7ba9587" func repositoryRoot(t *testing.T) string { t.Helper()