From 405413b8cda26c4870bd737ecf13c0a7909b9a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:17:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-machete.yml | 2 +- .github/workflows/cargo-semver-checks.yml | 2 +- .github/workflows/doc-links.yml | 2 +- .github/workflows/fr-coverage.yml | 2 +- .github/workflows/quality-gate.yml | 2 +- .github/workflows/release-attestation.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cargo-machete.yml b/.github/workflows/cargo-machete.yml index c846d4f..82f1164 100644 --- a/.github/workflows/cargo-machete.yml +++ b/.github/workflows/cargo-machete.yml @@ -21,5 +21,5 @@ jobs: machete: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - uses: bnjbvr/cargo-machete@f447148733f2e2d3d9f2a4e4ae2b88a9d11f6298 # main diff --git a/.github/workflows/cargo-semver-checks.yml b/.github/workflows/cargo-semver-checks.yml index d5c81e4..030c00e 100644 --- a/.github/workflows/cargo-semver-checks.yml +++ b/.github/workflows/cargo-semver-checks.yml @@ -16,5 +16,5 @@ jobs: semver-checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - uses: obi1kenobi/cargo-semver-checks-action@6b69fcf40e9b5fb17adeb57e4b6ecd020649a239 # v2 diff --git a/.github/workflows/doc-links.yml b/.github/workflows/doc-links.yml index e1e297f..472a082 100644 --- a/.github/workflows/doc-links.yml +++ b/.github/workflows/doc-links.yml @@ -14,5 +14,5 @@ jobs: links: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - run: echo "Doc link check (phenotype-tooling integration)" diff --git a/.github/workflows/fr-coverage.yml b/.github/workflows/fr-coverage.yml index f1f2a0e..e2258fb 100644 --- a/.github/workflows/fr-coverage.yml +++ b/.github/workflows/fr-coverage.yml @@ -14,5 +14,5 @@ jobs: coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - run: echo "FR coverage check (phenotype-tooling integration)" diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 1b3f22a..e789e58 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -15,5 +15,5 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - run: echo "Quality gate check (phenotype-tooling integration)" diff --git a/.github/workflows/release-attestation.yml b/.github/workflows/release-attestation.yml index 053da2b..5547a94 100644 --- a/.github/workflows/release-attestation.yml +++ b/.github/workflows/release-attestation.yml @@ -22,7 +22,7 @@ jobs: CARGO_WORKDIR: . steps: - name: Checkout source - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8b494d5..e97012c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,7 +26,7 @@ jobs: actions: read steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: persist-credentials: false