@@ -27,14 +27,14 @@ jobs:
27
27
version : ${{ steps.generate-versions.outputs.version }}
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
30
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
31
31
with :
32
32
# NOTE: the example-package needs to be checked out in the default workspace.
33
33
repository : slsa-framework/example-package
34
34
ref : main
35
35
36
36
- name : Checkout
37
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
37
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
38
38
with :
39
39
path : __THIS_REPO__
40
40
77
77
- name : Checkout this repository
78
78
# Skip release candidates unless specified explicitly.
79
79
if : ${{ inputs.version != '' || ! contains(matrix.version, '-rc' ) }}
80
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
80
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
81
81
with :
82
82
ref : ${{ matrix.version }}
83
83
@@ -196,7 +196,7 @@ jobs:
196
196
contents : read
197
197
issues : write
198
198
steps :
199
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
199
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
200
200
with :
201
201
repository : slsa-framework/example-package
202
202
ref : main
@@ -210,7 +210,7 @@ jobs:
210
210
contents : read
211
211
issues : write
212
212
steps :
213
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
213
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
214
214
with :
215
215
repository : slsa-framework/example-package
216
216
ref : main
0 commit comments