Skip to content

Commit f6cd976

Browse files
build(deps): bump actions/checkout from 4 to 5 (#4128)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c9945e commit f6cd976

11 files changed

+29
-29
lines changed

.github/workflows/autoupdate-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
config: ${{ vars.PERMISSIONS_CONFIG }}
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version-file: 'go.mod'

.github/workflows/autoupdate-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
config: ${{ vars.PERMISSIONS_CONFIG }}
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version-file: 'go.mod'

.github/workflows/breaking-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
config: ${{ vars.PERMISSIONS_CONFIG }}
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
ref: ${{ github.event.pull_request.base.sha }}
1818
- name: Install Go
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
config: ${{ vars.PERMISSIONS_CONFIG }}
4141
- name: Checkout code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Install Go
4444
uses: actions/setup-go@v5
4545
with:

.github/workflows/code-health.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:
@@ -38,7 +38,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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:
@@ -88,7 +88,7 @@ jobs:
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

.github/workflows/dependabot-create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
config: ${{ vars.PERMISSIONS_CONFIG }}
2020
- name: Checkout code
21-
uses: actions/checkout@v4.1.1
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 2
2424
- name: set Apix Bot token

.github/workflows/dependabot-update-purls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
app-id: ${{ secrets.APIXBOT_APP_ID }}
2424
private-key: ${{ secrets.APIXBOT_APP_PEM }}
2525
- name: Checkout code
26-
uses: actions/checkout@v4.1.1
26+
uses: actions/checkout@v5
2727
with:
2828
ref: ${{ github.head_ref }}
2929
token: ${{ steps.app-token.outputs.token }}

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
config: ${{ vars.PERMISSIONS_CONFIG }}
1818
- name: Check out code
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
- name: Set date
2121
id: set-date
2222
run: |

.github/workflows/generate-augmented-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
config: ${{ vars.PERMISSIONS_CONFIG }}
2929

3030
- name: Checkout repo
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- uses: actions/setup-go@v5
3434
with:

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
config: ${{ vars.PERMISSIONS_CONFIG }}
2323
- name: Checkout repo
24-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2525
- name: Add Labels
2626
uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55
2727
env:

.github/workflows/update-e2e-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
config: ${{ vars.PERMISSIONS_CONFIG }}
6868
- name: Checkout repository
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
- name: Install Go
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
config: ${{ vars.PERMISSIONS_CONFIG }}
160160
- name: Checkout repository
161-
uses: actions/checkout@v4
161+
uses: actions/checkout@v5
162162
with:
163163
fetch-depth: 0
164164
- name: Install Go
@@ -230,7 +230,7 @@ jobs:
230230
app-id: ${{ secrets.APIXBOT_APP_ID }}
231231
private-key: ${{ secrets.APIXBOT_APP_PEM }}
232232
- name: Checkout repository
233-
uses: actions/checkout@v4
233+
uses: actions/checkout@v5
234234
with:
235235
token: ${{ steps.app-token.outputs.token }}
236236
ref: ${{ github.event.pull_request.head.ref }}
@@ -277,7 +277,7 @@ jobs:
277277
needs: update-tests
278278
steps:
279279
- name: Checkout repository
280-
uses: actions/checkout@v4
280+
uses: actions/checkout@v5
281281
with:
282282
fetch-depth: 0
283283
- run: rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
@@ -367,7 +367,7 @@ jobs:
367367
needs: update-tests
368368
steps:
369369
- name: Checkout repository
370-
uses: actions/checkout@v4
370+
uses: actions/checkout@v5
371371
with:
372372
fetch-depth: 0
373373
- name: Find JIRA ticket

0 commit comments

Comments
 (0)