From 415a9aeeb21a13c131a37a1aaf161b0dc3484364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:38:47 +0000 Subject: [PATCH] :arrow_up:(deps): 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](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- 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] --- .github/workflows/build-test.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/release-published.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- .github/workflows/tag-pushed.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index bb135bd25..0e205b7f7 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -39,7 +39,7 @@ jobs: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: init.defaultBranch GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Include all history & tags for Scripts/version fetch-depth: 0 diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 6a0d3a8e1..24d81eaa4 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,7 +32,7 @@ jobs: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: init.defaultBranch GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Include all history & tags for Scripts/version fetch-depth: 0 diff --git a/.github/workflows/release-published.yaml b/.github/workflows/release-published.yaml index e3a214813..3f92f44ba 100644 --- a/.github/workflows/release-published.yaml +++ b/.github/workflows/release-published.yaml @@ -25,7 +25,7 @@ jobs: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: init.defaultBranch GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Include all history & tags for Scripts/version fetch-depth: 0 diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 52a313062..43642e10a 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -30,7 +30,7 @@ jobs: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: init.defaultBranch GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/tag-pushed.yaml b/.github/workflows/tag-pushed.yaml index 5a152442b..75b42f0ef 100644 --- a/.github/workflows/tag-pushed.yaml +++ b/.github/workflows/tag-pushed.yaml @@ -23,7 +23,7 @@ jobs: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: init.defaultBranch GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Include all history & tags for Scripts/version fetch-depth: 0