From 41ffa88f007dcbbe0f2b31526adc5e00b1b27a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 14:21:17 +0000 Subject: [PATCH] .github: Bump actions/checkout from 4.2.2 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.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/11bd71901bbe5b1630ceea73d27597364c9af683...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-backport-trackers.yml | 2 +- .github/workflows/diff-ceph-config.yml | 2 +- .github/workflows/qa-symlink.yml | 4 ++-- .github/workflows/redmine-upkeep.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-backport-trackers.yml b/.github/workflows/create-backport-trackers.yml index 6ad026abbe6a..132bf8d545e0 100644 --- a/.github/workflows/create-backport-trackers.yml +++ b/.github/workflows/create-backport-trackers.yml @@ -38,7 +38,7 @@ jobs: # Backport checks need to be run ONLY on the main branch on ceph/ceph (not forks) if: github.ref == 'refs/heads/main' && github.repository == 'ceph/ceph' steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: sparse-checkout: | src/script/backport-create-issue diff --git a/.github/workflows/diff-ceph-config.yml b/.github/workflows/diff-ceph-config.yml index 55f7cfaa88d9..79734c07ec94 100644 --- a/.github/workflows/diff-ceph-config.yml +++ b/.github/workflows/diff-ceph-config.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout ceph.git - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.pull_request.head.sha }} path: ceph diff --git a/.github/workflows/qa-symlink.yml b/.github/workflows/qa-symlink.yml index 39413514c901..c2c734f867d4 100644 --- a/.github/workflows/qa-symlink.yml +++ b/.github/workflows/qa-symlink.yml @@ -15,13 +15,13 @@ jobs: if: github.repository == 'ceph/ceph' steps: - name: Checkout main branch for pull_request_target - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: 'refs/heads/main' path: main - name: checkout PR HEAD - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.pull_request.head.sha }} path: pull_request diff --git a/.github/workflows/redmine-upkeep.yml b/.github/workflows/redmine-upkeep.yml index db9bdf1802c8..69097f29ba3b 100644 --- a/.github/workflows/redmine-upkeep.yml +++ b/.github/workflows/redmine-upkeep.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout main branch for pull_request_target if: github.event_name == 'pull_request_target' - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: 'refs/heads/main' path: 'ceph' @@ -46,7 +46,7 @@ jobs: - name: Checkout default branch for other events if: github.event_name != 'pull_request_target' - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: 'ceph' fetch-depth: 0 -- 2.47.3