1313 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
1414 with :
1515 config : ${{ vars.PERMISSIONS_CONFIG }}
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Install Go
1818 uses : actions/setup-go@v5
1919 with :
3838 with :
3939 config : ${{ vars.PERMISSIONS_CONFIG }}
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 - name : Install Go
6969 with :
7070 config : ${{ vars.PERMISSIONS_CONFIG }}
7171 - name : Checkout repository
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 - name : Install Go
7474 uses : actions/setup-go@v5
7575 with :
8888 with :
8989 config : ${{ vars.PERMISSIONS_CONFIG }}
9090 - name : Checkout repository
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292 - name : Install Go
9393 uses : actions/setup-go@v5
9494 with :
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 config : ${{ vars.PERMISSIONS_CONFIG }}
104104 - name : Checkout repository
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 - name : Install Go
107107 uses : actions/setup-go@v5
108108 with :
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 config : ${{ vars.PERMISSIONS_CONFIG }}
131131 - name : Checkout repository
132- uses : actions/checkout@v4
132+ uses : actions/checkout@v5
133133 - name : Install Go
134134 uses : actions/setup-go@v5
135135 with :
@@ -156,7 +156,7 @@ jobs:
156156 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
157157 with :
158158 config : ${{ vars.PERMISSIONS_CONFIG }}
159- - uses : actions/checkout@v4
159+ - uses : actions/checkout@v5
160160 - name : Download actionlint
161161 id : get_actionlint
162162 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -173,7 +173,7 @@ jobs:
173173 with :
174174 config : ${{ vars.PERMISSIONS_CONFIG }}
175175 - name : Checkout repository
176- uses : actions/checkout@v4
176+ uses : actions/checkout@v5
177177 - name : Install Go
178178 uses : actions/setup-go@v5
179179 with :
@@ -200,7 +200,7 @@ jobs:
200200 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
201201 with :
202202 config : ${{ vars.PERMISSIONS_CONFIG }}
203- - uses : actions/checkout@v4
203+ - uses : actions/checkout@v5
204204 - name : Install ShellCheck
205205 run : |
206206 sudo apt-get update
@@ -227,7 +227,7 @@ jobs:
227227 with :
228228 config : ${{ vars.PERMISSIONS_CONFIG }}
229229 - name : Checkout repository
230- uses : actions/checkout@v4
230+ uses : actions/checkout@v5
231231 - name : Install Go
232232 uses : actions/setup-go@v5
233233 with :
@@ -254,7 +254,7 @@ jobs:
254254 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
255255 with :
256256 config : ${{ vars.PERMISSIONS_CONFIG }}
257- - uses : actions/checkout@v4
257+ - uses : actions/checkout@v5
258258 - name : Install Go
259259 uses : actions/setup-go@v5
260260 with :
@@ -267,7 +267,7 @@ jobs:
267267 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
268268 with :
269269 config : ${{ vars.PERMISSIONS_CONFIG }}
270- - uses : actions/checkout@v4
270+ - uses : actions/checkout@v5
271271 - name : Install Go
272272 uses : actions/setup-go@v5
273273 with :
@@ -283,7 +283,7 @@ jobs:
283283 with :
284284 config : ${{ vars.PERMISSIONS_CONFIG }}
285285 - name : Check out the repo
286- uses : actions/checkout@v4
286+ uses : actions/checkout@v5
287287 - name : Linting
288288 uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
289289 with :
@@ -316,7 +316,7 @@ jobs:
316316 with :
317317 config : ${{ vars.PERMISSIONS_CONFIG }}
318318 - name : Checkout repository
319- uses : actions/checkout@v4
319+ uses : actions/checkout@v5
320320 with :
321321 fetch-depth : 0
322322 - name : Install Go
0 commit comments