From 42188f43c5164cb8759f235dfaff0d6d0f3cd45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:33:00 -0700 Subject: [PATCH] chore(deps): bump actions/checkout from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 in the github-actions group (#15009) * chore(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 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 - [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/900f2210b1d28bbbd0bd22d17926b9e224e8f231...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: df4cb1c069e1874edd31b4311f1884172cec0e10 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] * Correct actions/checkout version comment to v6.0.3 The bumped SHA df4cb1c069e1874edd31b4311f1884172cec0e10 is checkout v6.0.3, but the pin comment still read v5.0.1. Update all 26 pins so the SHA-pin comment matches the actual version. Co-Authored-By: Claude Opus 4.8 (1M context) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Guido Co-authored-by: Claude Opus 4.8 (1M context) --- .github/workflows/docker-image.yaml | 2 +- .github/workflows/integration-tests.yml | 4 ++-- .github/workflows/lint.yml | 18 +++++++++--------- .github/workflows/main.yml | 10 +++++----- .github/workflows/security.yml | 4 ++-- .github/workflows/smart-tests.yml | 12 ++++++------ .github/workflows/test-effectiveness.yml | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 2b2bcb2a..7ae3240a 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f16dc7a8..4c7fee36 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -26,7 +26,7 @@ jobs: matrix: vpn_type: ['wireguard', 'ipsec', 'both'] steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -263,7 +263,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 82c81503..f4d228f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: Ansible linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -41,7 +41,7 @@ jobs: name: YAML linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -55,7 +55,7 @@ jobs: name: Jinja2 template linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -77,7 +77,7 @@ jobs: name: Python linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -98,7 +98,7 @@ jobs: name: Python type checking runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -114,7 +114,7 @@ jobs: name: Shell script linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -132,7 +132,7 @@ jobs: name: PowerShell script linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -176,7 +176,7 @@ jobs: name: GitHub Actions linting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -193,7 +193,7 @@ jobs: name: GitHub Actions security audit runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4f689fc..1f219a65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -37,7 +37,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -59,7 +59,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -87,7 +87,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -113,7 +113,7 @@ jobs: matrix: provider: [local, ec2, digitalocean, gce] steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 175d47f0..04a6d862 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,7 +16,7 @@ jobs: container: image: semgrep/semgrep@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9 # v1.151.0 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -30,7 +30,7 @@ jobs: name: Python dependency audit runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/smart-tests.yml b/.github/workflows/smart-tests.yml index 830ac754..5273eaad 100644 --- a/.github/workflows/smart-tests.yml +++ b/.github/workflows/smart-tests.yml @@ -23,7 +23,7 @@ jobs: run_lint: ${{ steps.filter.outputs.lint }} run_integration: ${{ steps.filter.outputs.integration }} steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -77,7 +77,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -98,7 +98,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -142,7 +142,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -171,7 +171,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -223,7 +223,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 diff --git a/.github/workflows/test-effectiveness.yml b/.github/workflows/test-effectiveness.yml index 798187fd..4f6fbd31 100644 --- a/.github/workflows/test-effectiveness.yml +++ b/.github/workflows/test-effectiveness.yml @@ -17,7 +17,7 @@ jobs: name: Analyze Test Effectiveness runs-on: ubuntu-latest steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: true