Skip to content

Commit 42d3c11

Browse files
chore: bump actions/checkout from 6.0.2 to 6.0.3 (#470)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <h2>What's Changed</h2> <ul> <li>Update changelog by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2357">actions/checkout#2357</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>Update changelog for v6.0.3 by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2446">actions/checkout#2446</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yaananth"><code>@​yaananth</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6...v6.0.3">https://github.com/actions/checkout/compare/v6...v6.0.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <ul> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10"><code>df4cb1c</code></a> Update changelog for v6.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/2446">#2446</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1cce3390c2bfda521930d01229c073c7ff920824"><code>1cce339</code></a> Fix checkout init for SHA-256 repositories (<a href="https://redirect.github.com/actions/checkout/issues/2439">#2439</a>)</li> <li><a href="https://github.com/actions/checkout/commit/900f2210b1d28bbbd0bd22d17926b9e224e8f231"><code>900f221</code></a> fix: expand merge commit SHA regex and add SHA-256 test cases (<a href="https://redirect.github.com/actions/checkout/issues/2414">#2414</a>)</li> <li><a href="https://github.com/actions/checkout/commit/0c366fd6a839edf440554fa01a7085ccba70ac98"><code>0c366fd</code></a> Update changelog (<a href="https://redirect.github.com/actions/checkout/issues/2357">#2357</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v6.0.2...v6.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=6.0.2&new-version=6.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f63e084 commit 42d3c11

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v6.0.2
60+
uses: actions/checkout@v6.0.3
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
skip: ${{ steps.compute.outputs.skip }}
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6.0.2
27+
uses: actions/checkout@v6.0.3
2828
with:
2929
fetch-depth: 0
3030
- name: Setup
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
# prep
103103
- name: Checkout
104-
uses: actions/checkout@v6.0.2
104+
uses: actions/checkout@v6.0.3
105105
- name: Setup
106106
uses: ./.github/actions/setup
107107
with:
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
# prep
143143
- name: Checkout
144-
uses: actions/checkout@v6.0.2
144+
uses: actions/checkout@v6.0.3
145145
- name: Setup
146146
uses: ./.github/actions/setup
147147
with:
@@ -184,7 +184,7 @@ jobs:
184184
steps:
185185
# prep
186186
- name: Checkout
187-
uses: actions/checkout@v6.0.2
187+
uses: actions/checkout@v6.0.3
188188
with:
189189
fetch-depth: 1
190190
- name: Setup
@@ -205,7 +205,7 @@ jobs:
205205
steps:
206206
# prep
207207
- name: Checkout
208-
uses: actions/checkout@v6.0.2
208+
uses: actions/checkout@v6.0.3
209209
with:
210210
fetch-depth: 0
211211
- name: Setup
@@ -271,7 +271,7 @@ jobs:
271271
steps:
272272
# prep
273273
- name: Checkout
274-
uses: actions/checkout@v6.0.2
274+
uses: actions/checkout@v6.0.3
275275
- name: Setup
276276
uses: ./.github/actions/setup
277277
with:
@@ -298,7 +298,7 @@ jobs:
298298
steps:
299299
# prep
300300
- name: Checkout
301-
uses: actions/checkout@v6.0.2
301+
uses: actions/checkout@v6.0.3
302302
- name: Setup
303303
uses: ./.github/actions/setup
304304
with:
@@ -318,7 +318,7 @@ jobs:
318318
steps:
319319
# prep
320320
- name: Checkout
321-
uses: actions/checkout@v6.0.2
321+
uses: actions/checkout@v6.0.3
322322
- name: Setup
323323
uses: ./.github/actions/setup
324324
with:
@@ -337,7 +337,7 @@ jobs:
337337
steps:
338338
# prep
339339
- name: Checkout
340-
uses: actions/checkout@v6.0.2
340+
uses: actions/checkout@v6.0.3
341341
with:
342342
fetch-depth: 0
343343
- name: Setup
@@ -375,7 +375,7 @@ jobs:
375375
steps:
376376
# prep
377377
- name: Checkout
378-
uses: actions/checkout@v6.0.2
378+
uses: actions/checkout@v6.0.3
379379
- name: Setup
380380
uses: ./.github/actions/setup
381381
with:
@@ -425,7 +425,7 @@ jobs:
425425
runs-on: ubuntu-slim
426426
steps:
427427
- name: Checkout
428-
uses: actions/checkout@v6.0.2
428+
uses: actions/checkout@v6.0.3
429429
with:
430430
fetch-depth: 1
431431
- name: Setup
@@ -443,7 +443,7 @@ jobs:
443443
steps:
444444
# prep
445445
- name: Checkout
446-
uses: actions/checkout@v6.0.2
446+
uses: actions/checkout@v6.0.3
447447
- name: Setup
448448
uses: ./.github/actions/setup
449449
with:

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
should_skip: ${{ steps.check.outputs.should_skip }}
1717
steps:
18-
- uses: actions/checkout@v6.0.2
18+
- uses: actions/checkout@v6.0.3
1919
with:
2020
fetch-depth: 0
2121

@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# prep
4040
- name: Checkout
41-
uses: actions/checkout@v6.0.2
41+
uses: actions/checkout@v6.0.3
4242
- name: Setup
4343
uses: ./.github/actions/setup
4444
with:
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
# prep
6060
- name: Checkout
61-
uses: actions/checkout@v6.0.2
61+
uses: actions/checkout@v6.0.3
6262
- name: Setup
6363
uses: ./.github/actions/setup
6464
with:
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
# prep
8181
- name: Checkout
82-
uses: actions/checkout@v6.0.2
82+
uses: actions/checkout@v6.0.3
8383
- name: Setup
8484
uses: ./.github/actions/setup
8585
with:
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
# prep
103103
- name: Checkout
104-
uses: actions/checkout@v6.0.2
104+
uses: actions/checkout@v6.0.3
105105
- name: Setup
106106
uses: ./.github/actions/setup
107107
with:

.github/workflows/publish-gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-slim
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.2
29+
uses: actions/checkout@v6.0.3
3030

3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)