ci: pin external actions to exact commit SHA (#21033)

This commit is contained in:
Xuan-Son Nguyen
2026-03-26 20:44:00 +01:00
committed by GitHub
parent 287b5b1eab
commit 8c60b8a2be
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
# save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
- name: Setup ${{ matrix.sys }}
uses: msys2/setup-msys2@v2
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
with:
update: true
msystem: ${{matrix.sys}}