Skip to content

Commit 08a5274

Browse files
authored
Merge pull request #32 from PotLock/dependabot/github_actions/main/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 8a55618 + ef873bd commit 08a5274

10 files changed

Lines changed: 26 additions & 26 deletions

.github/workflows/ci-build-fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rust_changed: ${{ steps.scope.outputs.rust_changed }}
3131
docs_only: ${{ steps.scope.outputs.docs_only }}
3232
steps:
33-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
fetch-depth: 0
3636
- name: Detect docs-only changes
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
4949
timeout-minutes: 25
5050
steps:
51-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
51+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252

5353
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
5454
with:

.github/workflows/ci-run.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docs_files: ${{ steps.scope.outputs.docs_files }}
3434
base_sha: ${{ steps.scope.outputs.base_sha }}
3535
steps:
36-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
fetch-depth: 0
3939

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
5353
timeout-minutes: 25
5454
steps:
55-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
55+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
with:
5757
fetch-depth: 0
5858
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
7777
timeout-minutes: 30
7878
steps:
79-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
79+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8080
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
8181
with:
8282
toolchain: 1.92.0
@@ -94,7 +94,7 @@ jobs:
9494
timeout-minutes: 20
9595

9696
steps:
97-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
97+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9898
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
9999
with:
100100
toolchain: 1.92.0
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
115115
timeout-minutes: 25
116116
steps:
117-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
117+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118118
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
119119
with:
120120
toolchain: 1.92.0
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
180180
timeout-minutes: 15
181181
steps:
182-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
182+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
183183
with:
184184
fetch-depth: 0
185185

@@ -237,7 +237,7 @@ jobs:
237237
pull-requests: write
238238
issues: write
239239
steps:
240-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
240+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241241

242242
- name: Post actionable lint failure summary
243243
if: always()
@@ -263,7 +263,7 @@ jobs:
263263
pull-requests: read
264264
steps:
265265
- name: Checkout repository
266-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
266+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
267267

268268
- name: Require owner approval for workflow file changes
269269
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
@@ -284,7 +284,7 @@ jobs:
284284
pull-requests: read
285285
steps:
286286
- name: Checkout repository
287-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
287+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
288288
with:
289289
ref: ${{ github.event.pull_request.base.sha }}
290290

@@ -307,7 +307,7 @@ jobs:
307307
pull-requests: read
308308
steps:
309309
- name: Checkout repository
310-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
310+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
311311

312312
- name: Enforce owner-only edits for root license files
313313
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949

5050
- name: Set up Docker Buildx
5151
uses: docker/setup-buildx-action@v3

.github/workflows/pr-auto-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pull-requests: write
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333

3434
- name: Apply contributor tier label for issue author
3535
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
@@ -79,7 +79,7 @@ jobs:
7979
pull-requests: write
8080
steps:
8181
- name: Checkout repository
82-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
82+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383

8484
- name: Handle label-driven responses
8585
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

.github/workflows/pr-check-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
STALE_HOURS: "48"
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Nudge PRs that need rebase or CI refresh
3232
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3333
with:

.github/workflows/pr-intake-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pr-intake:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
sparse-checkout: |
1818
.github

.github/workflows/pr-label-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 10
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Verify shared label policy and workflow wiring
3737
shell: bash

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
label:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
sparse-checkout: |
1818
.github

.github/workflows/sec-audit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
9090
timeout-minutes: 20
9191
steps:
92-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
92+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393

9494
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
9595
with:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
105105
timeout-minutes: 20
106106
steps:
107-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
107+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108

109109
- name: Enforce deny policy hygiene
110110
shell: bash
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
160160
timeout-minutes: 30
161161
steps:
162-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
162+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
163163
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
164164
with:
165165
toolchain: 1.92.0
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
176176
timeout-minutes: 20
177177
steps:
178-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
178+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
179179
with:
180180
fetch-depth: 0
181181

@@ -370,7 +370,7 @@ jobs:
370370
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
371371
timeout-minutes: 20
372372
steps:
373-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
373+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
374374

375375
- name: Install syft
376376
shell: bash
@@ -435,7 +435,7 @@ jobs:
435435
runs-on: [self-hosted, Linux, X64, aws-india, blacksmith-2vcpu-ubuntu-2404, hetzner]
436436
timeout-minutes: 20
437437
steps:
438-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
438+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
439439

440440
- name: Enforce unsafe policy governance
441441
shell: bash

.github/workflows/sec-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 30
4848
steps:
4949
- name: Checkout repository
50-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
50+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
with:
5252
fetch-depth: 0
5353

0 commit comments

Comments
 (0)