Skip to content

Commit 8518915

Browse files
ci: Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 349a429 commit 8518915

9 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
persist-credentials: false
3737

@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
egress-policy: audit
5252

53-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5454
with:
5555
persist-credentials: false
5656

@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
egress-policy: audit
8383

84-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
84+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8585
with:
8686
persist-credentials: false
8787
fetch-depth: 0 # full history so the PR diff range can be resolved
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
egress-policy: audit
103103

104-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
105105
with:
106106
persist-credentials: false
107107
fetch-depth: 0 # full history so the PR commit range can be scanned
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
egress-policy: audit
125125

126-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
126+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
127127
with:
128128
persist-credentials: false
129129
fetch-depth: 0 # full history so the PR commit range can be scanned
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
egress-policy: audit
145145

146-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
147147
with:
148148
persist-credentials: false
149149

@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
egress-policy: audit
167167

168-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
168+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
169169
with:
170170
persist-credentials: false
171171

@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
egress-policy: audit
191191

192-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
192+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
193193
with:
194194
persist-credentials: false
195195

@@ -211,7 +211,7 @@ jobs:
211211
with:
212212
egress-policy: audit
213213

214-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
214+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
215215
with:
216216
persist-credentials: false
217217
fetch-depth: 0 # terramate --changed requires full git history
@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
egress-policy: audit
234234

235-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
235+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
236236
with:
237237
persist-credentials: false
238238

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
permission-pull-requests: 'write'
3939

4040
- name: 'Checkout Code'
41-
uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
41+
uses: 'actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10' # v6.0.3
4242
with:
4343
persist-credentials: false
4444

.github/workflows/gemini-plan-execute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
permission-pull-requests: 'write'
4141

4242
- name: 'Checkout Code'
43-
uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
43+
uses: 'actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10' # v6.0.3
4444
with:
4545
persist-credentials: false
4646

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
permission-pull-requests: 'write'
4747

4848
- name: 'Checkout repository'
49-
uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
49+
uses: 'actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10' # v6.0.3
5050
with:
5151
persist-credentials: false
5252

.github/workflows/lint-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository under test
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
with:
4646
persist-credentials: false
4747
fetch-depth: 0 # MegaLinter needs history to diff against the base

.github/workflows/lint-iac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
steps:
4141
- name: Checkout repository under test
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
persist-credentials: false
4545

@@ -58,7 +58,7 @@ jobs:
5858
# then invoke it locally. Keeps the action reference immutable (no mutable
5959
# cross-repo @main) while honouring the repo's SHA-pin policy.
6060
- name: Checkout tflint composite action
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
61+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6262
with:
6363
repository: sparkgeo/github-actions
6464
ref: ${{ inputs.actions-ref }}

.github/workflows/lint-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
steps:
3535
- name: Checkout repository under test
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
persist-credentials: false
3939
fetch-depth: 0 # full history so the PR diff range can be resolved
@@ -42,7 +42,7 @@ jobs:
4242
# then invoke it locally. Keeps the action reference immutable (no mutable
4343
# cross-repo @main) while honouring the repo's SHA-pin policy.
4444
- name: Checkout pre-commit composite action
45-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646
with:
4747
repository: sparkgeo/github-actions
4848
ref: ${{ inputs.actions-ref }}

.github/workflows/secrets-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Checkout repository under test
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
with:
4242
persist-credentials: false
4343
fetch-depth: 0 # full history so the PR commit range can be scanned
@@ -46,7 +46,7 @@ jobs:
4646
# then invoke it locally. This keeps the action reference immutable
4747
# (no mutable cross-repo @main) while honouring the repo's SHA-pin policy.
4848
- name: Checkout gitleaks composite action
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
with:
5151
repository: sparkgeo/github-actions
5252
ref: ${{ inputs.actions-ref }}

.github/workflows/secrets-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout repository under test
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
with:
4242
persist-credentials: false
4343
fetch-depth: 0 # full history so the PR commit range can be scanned
@@ -46,7 +46,7 @@ jobs:
4646
# then invoke it locally. Keeps the action reference immutable (no mutable
4747
# cross-repo @main) while honouring the repo's SHA-pin policy.
4848
- name: Checkout trufflehog composite action
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
with:
5151
repository: sparkgeo/github-actions
5252
ref: ${{ inputs.actions-ref }}

0 commit comments

Comments
 (0)