4444 contents : read
4545 name : Install default version Cosign and test presence in path
4646 steps :
47- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848 with :
4949 persist-credentials : false
5050 - name : Install Cosign
7272 contents : read
7373 name : Install existing release of Cosign and test presence in path
7474 steps :
75- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
75+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7676 with :
7777 persist-credentials : false
7878 - name : Install Cosign
@@ -100,7 +100,7 @@ jobs:
100100 contents : read
101101 name : Install Cosign ${{ matrix.cosign_release }} on ${{ matrix.os }} and test presence in path
102102 steps :
103- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
103+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
105105 persist-credentials : false
106106 - name : Install Cosign
@@ -129,7 +129,7 @@ jobs:
129129 permissions : {}
130130 name : Test unsupported version ${{ matrix.version }} fails on ${{ matrix.os }}
131131 steps :
132- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
132+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133 with :
134134 persist-credentials : false
135135 - name : Install Cosign (should fail)
@@ -158,7 +158,7 @@ jobs:
158158 contents : read
159159 name : Try to install a wrong Cosign
160160 steps :
161- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
161+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
162162 with :
163163 persist-credentials : false
164164 - name : Install Cosign
@@ -177,7 +177,7 @@ jobs:
177177 contents : read
178178 name : Install Custom Cosign and test presence in path
179179 steps :
180- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
180+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
181181 with :
182182 persist-credentials : false
183183 - name : Install Cosign
@@ -205,7 +205,7 @@ jobs:
205205 contents : read
206206 name : Install Custom Cosign and test presence in path with custom root dir
207207 steps :
208- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
208+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
209209 with :
210210 persist-credentials : false
211211 - name : Install Cosign
@@ -240,7 +240,7 @@ jobs:
240240 - ' 1.26'
241241 name : Try to install cosign with go ${{ matrix.go_version }} on ${{ matrix.os }}
242242 steps :
243- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
243+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
244244 with :
245245 persist-credentials : false
246246 - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
0 commit comments