File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add the following entry to your Github workflow YAML file:
15
15
``` yaml
16
16
17
17
with :
18
- cosign-release : ' v2.4.3 ' # optional
18
+ cosign-release : ' v2.5.0 ' # optional
19
19
` ` `
20
20
21
21
Example using a pinned version:
32
32
- name : Install Cosign
33
33
34
34
with :
35
- cosign-release : ' v2.4.3 '
35
+ cosign-release : ' v2.5.0 '
36
36
- name : Check install!
37
37
run : cosign version
38
38
` ` `
70
70
- name : Install go
71
71
uses : actions/setup-go@v5
72
72
with :
73
- go-version : ' 1.23 '
73
+ go-version : ' 1.24 '
74
74
check-latest : true
75
75
- name : Install Cosign
76
76
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
10
10
cosign-release :
11
11
description : ' cosign release version to be installed'
12
12
required : false
13
- default : ' v2.4.3 '
13
+ default : ' v2.5.0 '
14
14
install-dir :
15
15
description : ' Where to install the cosign binary'
16
16
required : false
@@ -65,13 +65,13 @@ runs:
65
65
esac
66
66
}
67
67
68
- bootstrap_version='v2.4.3 '
69
- bootstrap_linux_amd64_sha='caaad125acef1cb81d58dcdc454a1e429d09a750d1e9e2b3ed1aed8964454708 '
70
- bootstrap_linux_arm_sha='729d18ef31679dd2d6be1aaffcb122f31edb4ed04dedceb409e8104adf49507a '
71
- bootstrap_linux_arm64_sha='bd0f9763bca54de88699c3656ade2f39c9a1c7a2916ff35601caf23a79be0629 '
72
- bootstrap_darwin_amd64_sha='98a3bfd691f42c6a5b721880116f89210d8fdff61cc0224cd3ef2f8e55a466fb '
73
- bootstrap_darwin_arm64_sha='edfc761b27ced77f0f9ca288ff4fac7caa898e1e9db38f4dfdf72160cdf8e638 '
74
- bootstrap_windows_amd64_sha='a2ac24e197111c9430cb2a98f10a641164381afb83df036504868e4ea5720800 '
68
+ bootstrap_version='v2.5.0 '
69
+ bootstrap_linux_amd64_sha='1f6c194dd0891eb345b436bb71ff9f996768355f5e0ce02dde88567029ac2188 '
70
+ bootstrap_linux_arm_sha='9bc75f963a00957ec5ac5834ed26953fef5f05859f22e08b1655dadae24dc931 '
71
+ bootstrap_linux_arm64_sha='080a998f9878f22dafdb9ad54d5b2e2b8e7a38c53527250f9d89a6763a28d545 '
72
+ bootstrap_darwin_amd64_sha='d61cc50f6f32c2b63cb81cd8a935e5dd1be8520d639242031a1102092bee44d4 '
73
+ bootstrap_darwin_arm64_sha='780da3654d9601367b0d54686ac65cb9716578610cabe292d725c7008de4db85 '
74
+ bootstrap_windows_amd64_sha='2345667cbcf60767c1a6f678755cbb7465367761084e9d2cbb59ae0cc1a94437 '
75
75
cosign_executable_name=cosign
76
76
77
77
trap "popd >/dev/null" EXIT
You can’t perform that action at this time.
0 commit comments