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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

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}}