Skip to content

Commit e51ede1

Browse files
Merge pull request #216 from tv2-oss/dependabot/github_actions/sigstore/cosign-installer-3.1.1
2 parents 9ebe9d2 + 59e3b94 commit e51ede1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
username: ${{ github.actor }}
116116
password: ${{ secrets.GITHUB_TOKEN }}
117117

118-
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # tag=v3.1.0
118+
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # tag=v3.1.1
119119

120120
- name: Sign container
121121
run: cosign sign --yes ${{ needs.release.outputs.image }}
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127

128128
steps:
129-
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # tag=v3.1.0
129+
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # tag=v3.1.1
130130

131131
- name: Verify signature
132132
run: cosign verify --certificate-identity-regexp 'https://github.com/${{ github.repository }}/.github/workflows/build-release.yaml@refs/.*' --certificate-oidc-issuer https://token.actions.githubusercontent.com ${{ needs.release.outputs.image }}

.github/workflows/chart-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ github.actor }}
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474

75-
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # tag=v3.1.0
75+
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # tag=v3.1.1
7676

7777
- name: Sign chart
7878
run: cosign sign --yes -a "chartVersion=${{ needs.release-helm.outputs.chartVersion }}" ${{ needs.release-helm.outputs.chart }}
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383

8484
steps:
85-
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # tag=v3.1.0
85+
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # tag=v3.1.1
8686

8787
- name: Verify signature
8888
run: cosign verify --certificate-identity-regexp 'https://github.com/${{ github.repository }}/.github/workflows/chart-publish.yaml@refs/.*' --certificate-oidc-issuer https://token.actions.githubusercontent.com ${{ needs.release-helm.outputs.chart }}

0 commit comments

Comments
 (0)