4444 contents : read
4545 name : Install default version Cosign and test presence in path
4646 steps :
47- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
47+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
75+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
103+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
132+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
161+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
180+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
208+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
209209 with :
210210 persist-credentials : false
211211 - name : Install Cosign
@@ -240,7 +240,7 @@ jobs:
240240 - ' 1.25'
241241 name : Try to install cosign with go ${{ matrix.go_version }} on ${{ matrix.os }}
242242 steps :
243- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
243+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
244244 with :
245245 persist-credentials : false
246246 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
0 commit comments