From 55aca6b4a5c64c9e7012ea585d02d3189b30024d Mon Sep 17 00:00:00 2001 From: libops-agent <115990865+libops-agent@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:29:14 +0000 Subject: [PATCH] [patch] Restore applied publisher contract --- .github/workflows/lint-test-build-push.yml | 4 ++-- ci/publication_contract_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test-build-push.yml b/.github/workflows/lint-test-build-push.yml index 30bfdbd..fb6e540 100644 --- a/.github/workflows/lint-test-build-push.yml +++ b/.github/workflows/lint-test-build-push.yml @@ -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 f49d211..d156f3f 100644 --- a/ci/publication_contract_test.go +++ b/ci/publication_contract_test.go @@ -9,7 +9,7 @@ import ( ) const ( - sharedPublisherSHA = "8e27d95846671a9e319f1900e86a488a1d4f39b3" + sharedPublisherSHA = "d5a29840172a53729c5999832534de65b7ba9587" sharedWorkflowSHA = "d5a29840172a53729c5999832534de65b7ba9587" )