Skip to content

Commit f5d40c6

Browse files
build(deps): bump actions/checkout from 5 to 6 (#4335)
1 parent 29c99cd commit f5d40c6

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@v5
14+
uses: actions/checkout@v6
1515
- uses: actions/setup-go@v6
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@v5
14+
uses: actions/checkout@v6
1515
- uses: actions/setup-go@v6
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@v5
15+
uses: actions/checkout@v6
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@v5
42+
uses: actions/checkout@v6
4343
- name: Install Go
4444
uses: actions/setup-go@v6
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@v5
16+
- uses: actions/checkout@v6
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
config: ${{ vars.PERMISSIONS_CONFIG }}
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
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@v5
72+
uses: actions/checkout@v6
7373
- name: Install Go
7474
uses: actions/setup-go@v6
7575
with:
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
config: ${{ vars.PERMISSIONS_CONFIG }}
9090
- name: Checkout repository
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
- name: Install Go
9393
uses: actions/setup-go@v6
9494
with:
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
config: ${{ vars.PERMISSIONS_CONFIG }}
104104
- name: Checkout repository
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v6
106106
- name: Install Go
107107
uses: actions/setup-go@v6
108108
with:
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
config: ${{ vars.PERMISSIONS_CONFIG }}
131131
- name: Checkout repository
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133
- name: Install Go
134134
uses: actions/setup-go@v6
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@v5
159+
- uses: actions/checkout@v6
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@v5
176+
uses: actions/checkout@v6
177177
- name: Install Go
178178
uses: actions/setup-go@v6
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@v5
203+
- uses: actions/checkout@v6
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@v5
230+
uses: actions/checkout@v6
231231
- name: Install Go
232232
uses: actions/setup-go@v6
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@v5
257+
- uses: actions/checkout@v6
258258
- name: Install Go
259259
uses: actions/setup-go@v6
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@v5
270+
- uses: actions/checkout@v6
271271
- name: Install Go
272272
uses: actions/setup-go@v6
273273
with:
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
config: ${{ vars.PERMISSIONS_CONFIG }}
285285
- name: Check out the repo
286-
uses: actions/checkout@v5
286+
uses: actions/checkout@v6
287287
- name: Linting
288288
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
289289
with:
@@ -316,7 +316,7 @@ jobs:
316316
with:
317317
config: ${{ vars.PERMISSIONS_CONFIG }}
318318
- name: Checkout repository
319-
uses: actions/checkout@v5
319+
uses: actions/checkout@v6
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@v5
21+
uses: actions/checkout@v6
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@v5
26+
uses: actions/checkout@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
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@v5
31+
uses: actions/checkout@v6
3232

3333
- uses: actions/setup-go@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
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@v5
69+
uses: actions/checkout@v6
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@v5
161+
uses: actions/checkout@v6
162162
with:
163163
fetch-depth: 0
164164
- name: Install Go
@@ -242,7 +242,7 @@ jobs:
242242
app-id: ${{ secrets.APIXBOT_APP_ID }}
243243
private-key: ${{ secrets.APIXBOT_APP_PEM }}
244244
- name: Checkout repository
245-
uses: actions/checkout@v5
245+
uses: actions/checkout@v6
246246
with:
247247
token: ${{ steps.app-token.outputs.token }}
248248
ref: ${{ github.event.pull_request.head.ref }}
@@ -289,7 +289,7 @@ jobs:
289289
needs: update-tests
290290
steps:
291291
- name: Checkout repository
292-
uses: actions/checkout@v5
292+
uses: actions/checkout@v6
293293
with:
294294
fetch-depth: 0
295295
- run: rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
@@ -379,7 +379,7 @@ jobs:
379379
needs: update-tests
380380
steps:
381381
- name: Checkout repository
382-
uses: actions/checkout@v5
382+
uses: actions/checkout@v6
383383
with:
384384
fetch-depth: 0
385385
- name: Find JIRA ticket

0 commit comments

Comments
 (0)