Skip to content

Commit 6407fca

Browse files
committed
fix: updated cosign in docker publish actions
1 parent cef514c commit 6407fca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish_i-mig-t.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
# https://github.com/sigstore/cosign-installer
4242
- name: Install cosign
4343
if: github.event_name != 'pull_request'
44-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
44+
uses: sigstore/cosign-installer@v3.4.0
4545
with:
46-
cosign-release: 'v2.1.1'
46+
cosign-release: 'v2.2.3'
4747

4848
# Set up BuildKit Docker container builder to be able to build
4949
# multi-platform images and export cache

.github/workflows/publish_testplan-to-mr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
3939
if: github.event_name != 'pull_request'
40-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
40+
uses: sigstore/cosign-installer@v3.4.0
4141
with:
42-
cosign-release: 'v2.1.1'
42+
cosign-release: 'v2.2.3'
4343

4444
# Set up BuildKit Docker container builder to be able to build
4545
# multi-platform images and export cache

.github/workflows/publish_testplan-to-pdf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
3939
if: github.event_name != 'pull_request'
40-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
40+
uses: sigstore/cosign-installer@v3.4.0
4141
with:
42-
cosign-release: 'v2.1.1'
42+
cosign-release: 'v2.2.3'
4343

4444
# Set up BuildKit Docker container builder to be able to build
4545
# multi-platform images and export cache

0 commit comments

Comments
 (0)