15
15
permissions : {}
16
16
name : Install Cosign and test presence in path
17
17
steps :
18
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
18
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19
19
- name : Install Cosign
20
20
uses : ./
21
21
- name : Check install!
39
39
permissions : {}
40
40
name : Install existing release of Cosign and test presence in path
41
41
steps :
42
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
42
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
43
43
- name : Install Cosign
44
44
uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
45
45
- name : Check install!
61
61
permissions : {}
62
62
name : Install Custom Cosign and test presence in path
63
63
steps :
64
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
64
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
65
- name : Install Cosign
66
66
uses : ./
67
67
with :
86
86
permissions : {}
87
87
name : Install Cosign v0.6.0 and test presence in path
88
88
steps :
89
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
89
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
90
90
- name : Install Cosign
91
91
uses : ./
92
92
with :
@@ -112,7 +112,7 @@ jobs:
112
112
permissions : {}
113
113
name : Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package
114
114
steps :
115
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
115
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
116
116
- name : Install libpcsclite1
117
117
run : |
118
118
sudo apt-get update -q
@@ -140,7 +140,7 @@ jobs:
140
140
permissions : {}
141
141
name : Try to install a wrong Cosign
142
142
steps :
143
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
143
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
144
144
- name : Install Cosign
145
145
uses : ./
146
146
with :
@@ -155,7 +155,7 @@ jobs:
155
155
permissions : {}
156
156
name : Install Custom Cosign and test presence in path
157
157
steps :
158
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
158
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
159
159
- name : Install Cosign
160
160
uses : ./
161
161
with :
@@ -179,7 +179,7 @@ jobs:
179
179
permissions : {}
180
180
name : Install Custom Cosign and test presence in path with custom root dir
181
181
steps :
182
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
182
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
183
183
- name : Install Cosign
184
184
uses : ./
185
185
with :
@@ -210,7 +210,7 @@ jobs:
210
210
- ' 1.22'
211
211
name : Try to install cosign with go ${{ matrix.go_version }}
212
212
steps :
213
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
213
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
214
214
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
215
215
with :
216
216
go-version : ${{ matrix.go_version }}
0 commit comments