Skip to content

Commit 2b8c260

Browse files
committed
8310259: Pin msys2/setup-msys2 github action to a specific commit
Reviewed-by: mbaesken Backport-of: 959a61fdd483c9523764b9ba0972f59ca06db0ee
1 parent 3006096 commit 2b8c260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/get-msys2/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ runs:
3030
using: composite
3131
steps:
3232
- name: 'Install MSYS2'
33-
uses: msys2/setup-msys2@v2
33+
# use a specific release of msys2/setup-msys2 to prevent jtreg build failures on newer release
34+
uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff
3435
with:
3536
install: 'autoconf tar unzip zip make'
3637
path-type: minimal

0 commit comments

Comments
 (0)