]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: bump checkout action version 70574/head
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:19:24 +0000 (09:19 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:36:03 +0000 (09:36 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/create-backport-trackers.yml
.github/workflows/diff-ceph-config.yml
.github/workflows/qa-symlink.yml
.github/workflows/redmine-upkeep.yml

index 6ad026abbe6a1aa008e76ff9b7029910a3d6efef..af94a9026fb6e7d0f9ce1c775d7246b59b6ceae7 100644 (file)
@@ -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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           sparse-checkout: | 
               src/script/backport-create-issue
index 4709163d822c9c6ec1af604fa49fa4195b4765d2..a0295939c40965b4abcf4554693eb931de5d7b03 100644 (file)
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout main branch for pull_request_target
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           ref: 'refs/heads/main'
           path: ceph
index 60a8d23909a0a3b0f43348df7fae1d8234e015de..dda2265162d88d6b995ada6f28e191464a681e61 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     if: github.repository == 'ceph/ceph'
     steps:
       - name: Checkout verify-qa script from main branch
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           ref: 'refs/heads/main'
           path: main
@@ -31,7 +31,7 @@ jobs:
           sparse-checkout-cone-mode: false
 
       - name: Checkout PR HEAD
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           path: pull_request
index 7e1cb6bf007252dffcaa2dfcb265f50544df70cc..1e81afbbd589f0b938a130307653f4fb3b25fe66 100644 (file)
@@ -41,7 +41,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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           ref: 'refs/heads/main'
           path: 'ceph'
@@ -49,7 +49,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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
           path: 'ceph'
           fetch-depth: 0