Skip to content

Commit 96781b7

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 59fec3c commit 96781b7

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/_build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
persist-credentials: false
3030

.github/workflows/_upload-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
upload:
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727
with:
2828
persist-credentials: false
2929

.github/workflows/badgesort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: write
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727
with:
2828
persist-credentials: false
2929

.github/workflows/e2e-install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# kics-scan ignore-line — ephemeral CI-only Vaultwarden test password (not a repo secret).
5151
BW_PASSWORD: "CiTestPassword123!"
5252
steps:
53-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
53+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5454
with:
5555
persist-credentials: false
5656

@@ -118,7 +118,7 @@ jobs:
118118
if: github.event.action != 'closed'
119119
runs-on: windows-2025
120120
steps:
121-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
121+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
122122
with:
123123
persist-credentials: false
124124

@@ -172,7 +172,7 @@ jobs:
172172
if: github.event.action != 'closed'
173173
runs-on: macos-26
174174
steps:
175-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
175+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
176176
with:
177177
persist-credentials: false
178178

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
if: github.event.action != 'closed' && (github.event_name == 'pull_request' || !contains(github.actor, '[bot]'))
2323
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-24.04, windows-2025]
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323
with:
2424
persist-credentials: false
2525

.github/workflows/wiki-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sync-wiki:
2121
runs-on: ubuntu-24.04
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
with:
2525
persist-credentials: false
2626

0 commit comments

Comments
 (0)