Skip to content

Commit dd41685

Browse files
ci(deps): bump actions/checkout
Bumps the github-actions-minor-patch group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1af7934 commit dd41685

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
workflow_or_action_changed: ${{ steps.diff.outputs.workflow_or_action_changed }}
4949
sfw_mode: ${{ steps.mode.outputs.sfw_mode }}
5050
steps:
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252
with:
5353
fetch-depth: 0
5454
persist-credentials: false
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
timeout-minutes: 15
137137
steps:
138-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
139139
with:
140140
fetch-depth: 1
141141
persist-credentials: false
@@ -226,7 +226,7 @@ jobs:
226226
timeout-minutes: 15
227227
environment: socket-firewall
228228
steps:
229-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
229+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
230230
with:
231231
fetch-depth: 1
232232
persist-credentials: false
@@ -317,7 +317,7 @@ jobs:
317317
runs-on: ubuntu-latest
318318
timeout-minutes: 15
319319
steps:
320-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
320+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
321321
with:
322322
fetch-depth: 1
323323
persist-credentials: false
@@ -378,7 +378,7 @@ jobs:
378378
timeout-minutes: 15
379379
environment: socket-firewall
380380
steps:
381-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
381+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
382382
with:
383383
fetch-depth: 1
384384
persist-credentials: false
@@ -439,7 +439,7 @@ jobs:
439439
runs-on: ubuntu-latest
440440
timeout-minutes: 15
441441
steps:
442-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
442+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
443443
with:
444444
fetch-depth: 1
445445
persist-credentials: false
@@ -503,7 +503,7 @@ jobs:
503503
timeout-minutes: 15
504504
environment: socket-firewall
505505
steps:
506-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
506+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
507507
with:
508508
fetch-depth: 1
509509
persist-credentials: false
@@ -565,7 +565,7 @@ jobs:
565565
runs-on: ubuntu-latest
566566
timeout-minutes: 20
567567
steps:
568-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
568+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
569569
with:
570570
fetch-depth: 1
571571
persist-credentials: false

.github/workflows/docker-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
stable:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717
with:
1818
persist-credentials: false
1919

.github/workflows/e2e-test.yml

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

7171
name: e2e-${{ matrix.name }}
7272
steps:
73-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
pull-requests: write
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 20
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939
with:
4040
fetch-depth: 1
4141
persist-credentials: false
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
timeout-minutes: 10
7373
steps:
74-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
74+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7575
with:
7676
fetch-depth: 1
7777
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id-token: write
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.pull_request.user.login != 'dependabot[bot]'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
fetch-depth: 0 # Fetch all history for all branches
2626
persist-credentials: false

0 commit comments

Comments
 (0)