From 8144459b621d59d9aa5027f0c644dab292bb4130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:21:59 +0000 Subject: [PATCH] ci(deps)(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [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](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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/local-python-checks.yml | 4 ++-- .github/workflows/local-python-fuzz.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/local-python-checks.yml b/.github/workflows/local-python-checks.yml index 2f1dcbc1..fba71286 100644 --- a/.github/workflows/local-python-checks.yml +++ b/.github/workflows/local-python-checks.yml @@ -60,7 +60,7 @@ jobs: apt-get install -y --no-install-recommends git ca-certificates ## https://github.com/actions/checkout/releases/tag/v6.0.2 ## > de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Install linters @@ -78,7 +78,7 @@ jobs: ## not vendor a copy; checkout @master keeps the org's ## single source of truth. Matches the pattern in ## local-python-fuzz.yml. - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: org-ai-assisted/developer-meta-files ref: master diff --git a/.github/workflows/local-python-fuzz.yml b/.github/workflows/local-python-fuzz.yml index 748bad08..ae400921 100644 --- a/.github/workflows/local-python-fuzz.yml +++ b/.github/workflows/local-python-fuzz.yml @@ -59,7 +59,7 @@ jobs: - name: Checkout repository ## https://github.com/actions/checkout/releases/tag/v6.0.2 ## > de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -88,7 +88,7 @@ jobs: ## Needed for ci/step-summary-emit.sh. helper-scripts does ## not vendor a copy; checkout @master keeps the org's ## single source of truth. - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: org-ai-assisted/developer-meta-files ref: master @@ -126,7 +126,7 @@ jobs: - name: Checkout repository ## https://github.com/actions/checkout/releases/tag/v6.0.2 ## > de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -153,7 +153,7 @@ jobs: if: always() ## Needed for ci/step-summary-emit.sh. See same step in the ## 'pr' job above for rationale. - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: org-ai-assisted/developer-meta-files ref: master