Skip to content

Commit 9ec33ba

Browse files
authored
Revert "build(deps): bump sigstore/cosign-installer from 3.10.1 to 4.0.0 (#5486)" (#5656)
This reverts commit 1845847.
1 parent 95c9742 commit 9ec33ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-script-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: sudo apt-get update && sudo apt-get install -y gnupg
2020

2121
- name: Install Cosign
22-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v3
22+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3
2323

2424
- name: Run install script tests
2525
run: ./docs/tests/install_test.sh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
gpg --armor --export "${GPG_FINGERPRINT}" > bin/terragrunt-signing-key.asc
8383
8484
- name: Install Cosign
85-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v3
85+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3
8686

8787
- name: Sign SHA256SUMS
8888
env:

0 commit comments

Comments
 (0)