Skip to content

Commit d9621f0

Browse files
chore: bump actions/checkout from 6.0.2 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1641596 commit d9621f0

10 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/build-binaries.yml

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

4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
49+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
5050

5151
- name: Setup Rust
5252
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write # mint the OIDC token for hort-auth
6969
pull-requests: write # triage posts the diagnosis comment
7070
steps:
71-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
71+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
7272
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
7373
- uses: ./.github/actions/hort-auth
7474
id: hort_auth
@@ -98,7 +98,7 @@ jobs:
9898
contents: read
9999
id-token: write # mint the OIDC token for hort-auth
100100
steps:
101-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
101+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
102102

103103
# Route cargo fetches through registry.hort.rs when the instance is live.
104104
# No-op when vars.HORT_PROXY_ENABLED is unset (see action guard step).
@@ -159,7 +159,7 @@ jobs:
159159
contents: read
160160
id-token: write # required to mint the OIDC token for hort-auth
161161
steps:
162-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
162+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
163163

164164
# Route cargo fetches through registry.hort.rs when the instance is live.
165165
- uses: ./.github/actions/hort-auth
@@ -185,7 +185,7 @@ jobs:
185185
# tests skip when DATABASE_URL is unset (parity with the GitLab
186186
# `test:coverage` job, which also runs no Postgres / no migrations).
187187
steps:
188-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
188+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
189189

190190
# Route cargo fetches through registry.hort.rs when the instance is live.
191191
- uses: ./.github/actions/hort-auth
@@ -456,7 +456,7 @@ jobs:
456456
--health-retries 10
457457
458458
steps:
459-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
459+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
460460

461461
# Route cargo fetches through registry.hort.rs when the instance is live.
462462
- uses: ./.github/actions/hort-auth
@@ -486,7 +486,7 @@ jobs:
486486
runs-on: ubuntu-latest
487487
timeout-minutes: 10
488488
steps:
489-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
489+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
490490

491491
- name: Verify .cargo/audit.toml ↔ deny.toml ignore-list parity
492492
run: bash scripts/check-advisory-sync.sh
@@ -499,7 +499,7 @@ jobs:
499499
runs-on: ubuntu-latest
500500
timeout-minutes: 15
501501
steps:
502-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
502+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
503503

504504
- name: Install helm
505505
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
@@ -514,7 +514,7 @@ jobs:
514514
runs-on: ubuntu-latest
515515
timeout-minutes: 15
516516
steps:
517-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
517+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
518518

519519
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
520520
with:
@@ -544,7 +544,7 @@ jobs:
544544
runs-on: ubuntu-latest
545545
timeout-minutes: 15
546546
steps:
547-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
547+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
548548

549549
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
550550
with:
@@ -568,7 +568,7 @@ jobs:
568568
runs-on: ubuntu-latest
569569
timeout-minutes: 15
570570
steps:
571-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
571+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
572572

573573
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
574574
with:

.github/workflows/codeql.yml

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

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2222

2323
- name: Initialize CodeQL
2424
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
94+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
9595

9696
- name: Set up Docker Buildx
9797
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Checkout
164-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
164+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
165165

166166
- name: Log in to Container Registry
167167
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
@@ -353,7 +353,7 @@ jobs:
353353
vars.HORT_PROXY_ENABLED == 'true'
354354
steps:
355355
- name: Checkout
356-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
356+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
357357

358358
- name: Install cosign
359359
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
@@ -434,7 +434,7 @@ jobs:
434434
vars.HORT_PROXY_ENABLED == 'true'
435435
steps:
436436
- name: Checkout
437-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
437+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
438438

439439
- name: Set up Docker Buildx
440440
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
@@ -501,7 +501,7 @@ jobs:
501501
id-token: write # keyless cosign chart signing (Fulcio OIDC) — #47
502502
steps:
503503
- name: Checkout
504-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
504+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
505505

506506
- name: Resolve chart version
507507
id: ver
@@ -671,7 +671,7 @@ jobs:
671671
vars.HORT_PROXY_ENABLED == 'true'
672672
steps:
673673
- name: Checkout
674-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
674+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
675675

676676
- name: Resolve chart version
677677
id: ver

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 20
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
3131

3232
# The runner already has docker + compose. Every client toolchain
3333
# (twine/build, cargo, npm, skopeo, psql, hort-cli) runs INSIDE the

.github/workflows/feature-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
timeout-minutes: 30
4747
steps:
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
48+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
4949

5050
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
5151

.github/workflows/install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
lint:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
3232
- name: Shell lint + drift guard
3333
run: |
3434
sudo apt-get update && sudo apt-get install -y shellcheck dash
@@ -51,14 +51,14 @@ jobs:
5151
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
5252
runs-on: ${{ matrix.os }}
5353
steps:
54-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
54+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
5555
- name: Fixture functional test (stubbed cosign)
5656
run: sh install/tests/test_install_sh.sh
5757

5858
functional-windows:
5959
runs-on: windows-latest
6060
steps:
61-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
61+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
6262
- name: Fixture functional test (stubbed cosign)
6363
shell: pwsh
6464
run: pwsh -File install/tests/test_install_ps1.ps1

.github/workflows/prefetch-warm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# On `schedule`/`workflow_dispatch` the default ref is the default
5555
# branch (main); the lock we must warm is develop's — the next
5656
# release's lock (main's is a historical subset of it at promotion).
57-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
5858
with:
5959
ref: develop
6060

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
if: always() && needs.e2e-gate.result == 'success'
182182
steps:
183183
- name: Checkout
184-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
184+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
185185

186186
- name: Setup Rust
187187
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
@@ -288,7 +288,7 @@ jobs:
288288
vars.HORT_PROXY_ENABLED == 'true'
289289
steps:
290290
- name: Checkout
291-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
291+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
292292

293293
- name: Setup Rust
294294
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
@@ -358,7 +358,7 @@ jobs:
358358
if: always() && needs.build-binaries.result == 'success'
359359
steps:
360360
- name: Checkout
361-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
361+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
362362

363363
- name: Download all artifacts
364364
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

.github/workflows/scheduled-container-scan.yml

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

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2626

2727
- name: Log in to Container Registry
2828
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4

0 commit comments

Comments
 (0)