From 7cc35d7fdbe70d4278a0c96779081e6fac665f88 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 7 Oct 2022 11:23:26 -0600 Subject: [PATCH] bump cosign to v1.13.0 (#95) Signed-off-by: cpanato Signed-off-by: cpanato --- README.md | 4 ++-- action.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ad8f141..35e5173 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following entry to your Github workflow YAML file: ```yaml uses: sigstore/cosign-installer@main with: - cosign-release: 'v1.12.1' # optional + cosign-release: 'v1.13.0' # optional ``` Example using a pinned version: @@ -32,7 +32,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@main with: - cosign-release: 'v1.12.1' + cosign-release: 'v1.13.0' - name: Check install! run: cosign version ``` diff --git a/action.yml b/action.yml index 7f271b1..ca04fa7 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: cosign-release: description: 'cosign release version to be installed' required: false - default: 'v1.12.1' + default: 'v1.13.0' install-dir: description: 'Where to install the cosign binary' required: false @@ -65,13 +65,13 @@ runs: esac } - bootstrap_version='v1.12.1' - bootstrap_linux_amd64_sha='b30fdc7d9aab246bc2f6a760ed8eff063bd37935389302c963c07018e5d48a12' - bootstrap_linux_arm_sha='a9897bc2b15915ff3ae6a5121d90a6567d4304e31df7db15451f5b4b6c68a46f' - bootstrap_linux_arm64_sha='d9ba8512d8dd6cc05b2c626d2e2ec966dd24c5f8ad3b479ae9ab6066c8d9deb7' - bootstrap_darwin_amd64_sha='87a7e93b1539d988fefe0d00fd5a5a0e02ef43f5f977c2a701170c502a17980d' - bootstrap_darwin_arm64_sha='41bc69dae9f06f58e8e61446907b7e53a4db41ef341b235172d3745c937f1777' - bootstrap_windows_amd64_sha='cc6018202d69e25050c0da58be032debd9fefe1a06cba1883b0ad607c767352d' + bootstrap_version='v1.13.0' + bootstrap_linux_amd64_sha='45dbb8dd7d9f77eb010c091dea391da71730df2512d9fb1b65cd40136aee579e' + bootstrap_linux_arm_sha='ad0faff7c6eadb46cc9900ffcdee5681630de0a890d203de71360957bebda26e' + bootstrap_linux_arm64_sha='950e39dbe7e182603d5d59d9e2a76e804d5d49bb9fb1b577510cb0bc7fd5a6a9' + bootstrap_darwin_amd64_sha='87c4f0cbab222c235a446f8675bcee9b2798c53ed00301f4458259a65dbc69a8' + bootstrap_darwin_arm64_sha='8b95f851af2de4ddf7b0f5d8f283f87cbb4a872a4f3367aacdaba67e491048e6' + bootstrap_windows_amd64_sha='e5434945edf0a007529679683f9bf313bb0d9cf5626256428526c675aeb3f9e3' cosign_executable_name=cosign trap "popd >/dev/null" EXIT