Skip to content

Commit

Permalink
bump cosign to v2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Nov 7, 2023
1 parent 4b014e3 commit 7a1eea6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Cosign
uses: ./
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.1'
- name: Check install!
run: cosign version
- name: Check root directory
Expand Down Expand Up @@ -206,8 +206,8 @@ jobs:
- ubuntu-latest
- windows-latest
go_version:
- '1.19'
- '1.20'
- '1.21'
name: Try to install cosign with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
16 changes: 8 additions & 8 deletions action.yml
Expand Up @@ -10,7 +10,7 @@ inputs:
cosign-release:
description: 'cosign release version to be installed'
required: false
default: 'v2.2.0'
default: 'v2.2.1'
install-dir:
description: 'Where to install the cosign binary'
required: false
Expand Down Expand Up @@ -65,13 +65,13 @@ runs:
esac
}
bootstrap_version='v2.2.0'
bootstrap_linux_amd64_sha='5e4791fb7a5efaaa98da651534789ec985ce8ac9c31910a810fc249f86ba2ef9'
bootstrap_linux_arm_sha='9be68975086667e124fea658c5e931629b36a9336f4fe85cb9e662e6b8b42c6f'
bootstrap_linux_arm64_sha='5adbb7b1d38ac19a15c6bd9a61725baa16f61e23611534eb5e6d377dc024e102'
bootstrap_darwin_amd64_sha='a2eea673456929a3f3809b492691183d9af0ea4216ac07410290bff76494cba4'
bootstrap_darwin_arm64_sha='b4d323090efb98eded011ef17fe8228194eed8912f8e205361aaec8e6e6d044a'
bootstrap_windows_amd64_sha='d154ecec14fa33dc488a41f7cfd2063c99de40837f60f0af850d4f11355be6f0'
bootstrap_version='v2.2.1'
bootstrap_linux_amd64_sha='f6c24066e7f75221c4b7f309b8322d7d42a1d96470e0440e6e357fe43661d81f'
bootstrap_linux_arm_sha='8ceaffbde4970338b51b77a4a6321348e47c7d27bd19f7f502768f8208f5b8e2'
bootstrap_linux_arm64_sha='8c04e9877fb6e3a96a3916d4dfa855a493c418ace5d5ec4dba6a249490f888d1'
bootstrap_darwin_amd64_sha='f1a948cded75e0858e739d90604e2a7e4d2f3fda15bfef12c0c03726567443bc'
bootstrap_darwin_arm64_sha='a9ca33020c41ad245ec595c7097c9280e29e5afdd95ab19359a65d6e1a756777'
bootstrap_windows_amd64_sha='88eea88aff14bc42cc00b9212b4cee7a20779836731bf83768cc1d9006cf386d'
cosign_executable_name=cosign
trap "popd >/dev/null" EXIT
Expand Down

0 comments on commit 7a1eea6

Please sign in to comment.