Skip to content

Commit 6e0a74c

Browse files
committed
[patch] Advance shared publisher workflow
1 parent 6ab22f3 commit 6e0a74c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
release:
1212
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
13-
uses: libops/.github/.github/workflows/bump-release.yaml@578137212ead4ab4059e95df17fa30e9b7ac4aed
13+
uses: libops/.github/.github/workflows/bump-release.yaml@d5a29840172a53729c5999832534de65b7ba9587
1414
with:
1515
workflow_file: goreleaser.yaml
1616
permissions:

.github/workflows/lint-test-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
publish:
120120
if: github.event_name != 'pull_request'
121121
needs: [lint-test]
122-
uses: libops/.github/.github/workflows/build-push.yaml@578137212ead4ab4059e95df17fa30e9b7ac4aed # guarded-signed-image-publisher
122+
uses: libops/.github/.github/workflows/build-push.yaml@d5a29840172a53729c5999832534de65b7ba9587 # guarded-signed-image-publisher
123123
with:
124124
ref: ${{ github.sha }}
125125
expected-main-sha: ${{ github.ref == 'refs/heads/main' && github.sha || '' }}
126126
additional-gar-registry: us-docker.pkg.dev/libops-images/public
127127
scan: true
128128
sign: true
129-
certificate-identity: https://github.com/libops/.github/.github/workflows/build-push.yaml@578137212ead4ab4059e95df17fa30e9b7ac4aed
129+
certificate-identity: https://github.com/libops/.github/.github/workflows/build-push.yaml@d5a29840172a53729c5999832534de65b7ba9587
130130
permissions:
131131
contents: read
132132
packages: write

publication_contract_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77
)
88

9-
const sharedWorkflowSHA = "578137212ead4ab4059e95df17fa30e9b7ac4aed"
9+
const sharedWorkflowSHA = "d5a29840172a53729c5999832534de65b7ba9587"
1010

1111
func readPublicationFile(t *testing.T, path string) string {
1212
t.Helper()

0 commit comments

Comments
 (0)