1919 os : [ubuntu-latest, windows-latest]
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 1
2525
6464 security-events : write
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868 with :
6969 fetch-depth : 1
7070
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : Checkout
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124 with :
125125 fetch-depth : 1
126126
@@ -172,7 +172,7 @@ jobs:
172172 }
173173
174174 - name : Checkout
175- uses : actions/checkout@v4
175+ uses : actions/checkout@v5
176176 with :
177177 fetch-depth : 1
178178
@@ -206,7 +206,7 @@ jobs:
206206 os : [ubuntu-latest, windows-latest]
207207 steps :
208208 - name : Checkout
209- uses : actions/checkout@v4
209+ uses : actions/checkout@v5
210210 with :
211211 fetch-depth : 1
212212
@@ -252,7 +252,7 @@ jobs:
252252 runs-on : ubuntu-latest
253253 steps :
254254 - name : Checkout
255- uses : actions/checkout@v4
255+ uses : actions/checkout@v5
256256 - name : Set the variable
257257 id : set-variable
258258 run : |
@@ -276,7 +276,7 @@ jobs:
276276
277277 steps :
278278 - name : Checkout
279- uses : actions/checkout@v4
279+ uses : actions/checkout@v5
280280
281281 - uses : actions/setup-node@v4
282282 with :
@@ -297,7 +297,7 @@ jobs:
297297 shell : bash
298298
299299 - name : Checkout QL
300- uses : actions/checkout@v4
300+ uses : actions/checkout@v5
301301 with :
302302 repository : github/codeql
303303 ref : ' codeql-cli/${{ needs.get-latest-cli-version.outputs.cli-version }}'
0 commit comments