15
15
permissions : {}
16
16
name : Install Cosign and test presence in path
17
17
steps :
18
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
18
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
42
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
43
43
- name : Install Cosign
44
44
uses : sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
64
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
89
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
115
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
143
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
158
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
182
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
183
183
- name : Install Cosign
184
184
uses : ./
185
185
with :
@@ -205,7 +205,7 @@ jobs:
205
205
go_version : ['1.18', '1.19']
206
206
name : Try to install cosign with go ${{ matrix.go_version }}
207
207
steps :
208
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
208
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
209
209
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
210
210
with :
211
211
go-version : ${{ matrix.go_version }}
0 commit comments