From 6cceb6c30ca1c49c9045af38a883b1a29d314b26 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 29 Sep 2025 17:55:48 +0200 Subject: [PATCH] .github: pin GH Actions to SHA-1 commit Fixes: https://tracker.ceph.com/issues/73307 Signed-off-by: Ernesto Puerta --- .github/workflows/qa-symlink.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-symlink.yml b/.github/workflows/qa-symlink.yml index d67235a7f5a03..36c4274344659 100644 --- a/.github/workflows/qa-symlink.yml +++ b/.github/workflows/qa-symlink.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout PR HEAD - uses: actions/checkout@v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: path: head - name: checkout base - uses: actions/checkout@v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: path: base ref: ${{ github.base_ref }} -- 2.39.5