From: Ernesto Puerta Date: Thu, 2 Oct 2025 18:00:27 +0000 (+0200) Subject: .github: pin GH Actions to SHA-1 commit X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2e73bd34e14441f7ce2da823f15a6c4cf367745a;p=ceph.git .github: pin GH Actions to SHA-1 commit Fixes: https://tracker.ceph.com/issues/73339 Signed-off-by: Ernesto Puerta --- diff --git a/.github/workflows/qa-symlink.yml b/.github/workflows/qa-symlink.yml index 96d8fb98f97..d21167f1546 100644 --- a/.github/workflows/qa-symlink.yml +++ b/.github/workflows/qa-symlink.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout ceph.git - uses: actions/checkout@v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: path: ceph