1616 os : [ubuntu-latest, windows-latest]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 1
2222
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 with :
6363 fetch-depth : 1
6464
@@ -107,7 +107,7 @@ jobs:
107107 os : [ubuntu-latest, windows-latest]
108108 steps :
109109 - name : Checkout
110- uses : actions/checkout@v3
110+ uses : actions/checkout@v4
111111 with :
112112 fetch-depth : 1
113113
@@ -141,7 +141,7 @@ jobs:
141141 os : [ubuntu-latest, windows-latest]
142142 steps :
143143 - name : Checkout
144- uses : actions/checkout@v3
144+ uses : actions/checkout@v4
145145 with :
146146 fetch-depth : 1
147147
@@ -187,7 +187,7 @@ jobs:
187187 runs-on : ubuntu-latest
188188 steps :
189189 - name : Checkout
190- uses : actions/checkout@v3
190+ uses : actions/checkout@v4
191191 - name : Set the variable
192192 id : set-variable
193193 run : |
@@ -211,7 +211,7 @@ jobs:
211211
212212 steps :
213213 - name : Checkout
214- uses : actions/checkout@v3
214+ uses : actions/checkout@v4
215215
216216 - uses : actions/setup-node@v3
217217 with :
@@ -232,7 +232,7 @@ jobs:
232232 shell : bash
233233
234234 - name : Checkout QL
235- uses : actions/checkout@v3
235+ uses : actions/checkout@v4
236236 with :
237237 repository : github/codeql
238238 ref : ' codeql-cli/${{ needs.get-latest-cli-version.outputs.cli-version }}'
0 commit comments