From cc4290f5878a526b208f22921a03c01d0af96605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 21:33:27 +0000 Subject: [PATCH] Bump actions/checkout from 4.4.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.4.0 to 7.0.1. - [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/11d5960a326750d5838078e36cf38b85af677262...3d3c42e5aac5ba805825da76410c181273ba90b1) --- 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/dco.yml | 2 +- .github/workflows/error-to-issue.yml | 2 +- .github/workflows/maintenance.yml | 2 +- .github/workflows/metadata.yml | 2 +- .github/workflows/quality.yml | 2 +- .github/workflows/security.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 12c2d40..cef8099 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out complete history - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Set up pinned Python diff --git a/.github/workflows/error-to-issue.yml b/.github/workflows/error-to-issue.yml index 5fe1357..b64b85e 100644 --- a/.github/workflows/error-to-issue.yml +++ b/.github/workflows/error-to-issue.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out trusted default branch - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Open, update, or verified-close one owned issue env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 526fb70..9aa6d02 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out trusted default branch - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Reconcile owned deduplicated records env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/metadata.yml b/.github/workflows/metadata.yml index 4cab9e8..b927b2c 100644 --- a/.github/workflows/metadata.yml +++ b/.github/workflows/metadata.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up pinned Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 274a64e..0226aae 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Set up pinned Python diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 45cfb13..c4db8e8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -25,7 +25,7 @@ jobs: security-events: write steps: - name: Check out repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL uses: github/codeql-action/init@42947a340483f03ba47bb1a039b2c519aab3df85 # v3 with: @@ -45,7 +45,7 @@ jobs: contents: read steps: - name: Check out complete history - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Set up pinned Python