Skip to content

Commit af8382e

Browse files
chore(deps): update actions/checkout digest to df4cb1c (main) (#2954)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b40147 commit af8382e

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/codecov-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CODECOV_CONFIG_FILE: codecov.yml
1818
CODECOV_VALIDATE_URL: https://codecov.io/validate
1919
steps:
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121
- name: Validate codecov.yml
2222
env:
2323
CURL_OPTS: "--connect-timeout 10 --max-time 30 --retry 3 --retry-all-errors"

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
packages: write
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/nightly-upgrade-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
remove_haskell: true
6161
rm_cmd: "rmz"
6262

63-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # default branch will be checked out by default on scheduled workflows
63+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 # default branch will be checked out by default on scheduled workflows
6464
if: ${{ steps.upgrade-path-checker.outputs.SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE != 'true' }}
6565
with:
6666
ref: ${{ matrix.to_branch }}

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CONTAINER_TOOL: podman
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
ref: ${{ matrix.branch }}
3030
fetch-depth: 0

.github/workflows/pr-bundle-diff-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: rm -rf "${GOMODCACHE:-$HOME/go/pkg/mod}"
4040

4141
- name: Checkout
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4343
with:
4444
fetch-depth: 0
4545
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/pr-container-build.yaml

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5050
with:
5151
fetch-depth: 0
5252
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: authorize
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3232
with:
3333
fetch-depth: 0
3434
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/renovate-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Renovate Config Validator
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Print actual renovate version
1818
# To make sure we are using the latest (not cached) renovate version
1919
run: |

.github/workflows/scripts-checks.yaml

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

2525
steps:
2626
- name: Repository checkout
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
# Differential ShellCheck requires full git history
3030
fetch-depth: 0

.github/workflows/sync-lightspeed-configs.yaml

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

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3131
with:
3232
ref: ${{ matrix.branch }}
3333
fetch-depth: 0

0 commit comments

Comments
 (0)