From 9c643e09a420beedfecb27c5d23c8f4ee3966f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:36:16 +0000 Subject: [PATCH] Bump actions/checkout from 4.3.1 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.3.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agentry-self-repair-pr-proof.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/agentry-self-repair-pr-proof.yml b/.github/workflows/agentry-self-repair-pr-proof.yml index 784173a..7ee6c3f 100644 --- a/.github/workflows/agentry-self-repair-pr-proof.yml +++ b/.github/workflows/agentry-self-repair-pr-proof.yml @@ -28,7 +28,7 @@ jobs: # pull_request_target loads this workflow from the trusted base branch. # Only this secret-free job checks out and executes the untrusted PR head. - name: Check out exact PR head without persisted credentials - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false @@ -71,7 +71,7 @@ jobs: # This job never checks out or invokes PR-controlled code. The CI secret is # available only to the script at the exact trusted base SHA from the event. - name: Check out trusted base-branch proof code - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 with: ref: ${{ github.event.pull_request.base.sha }} persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c428a88..1988cab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - uses: actions/setup-node@v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1b4b30a..51b9a27 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - uses: github/codeql-action/init@v4