ci: pin external actions to exact commit SHA (#21033)
This commit is contained in:
parent
287b5b1eab
commit
8c60b8a2be
6 changed files with 11 additions and 11 deletions
2
.github/workflows/build-msys.yml
vendored
2
.github/workflows/build-msys.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue