Skip to content

Commit

Permalink
8310259: Pin msys2/setup-msys2 github action to a specific commit
Browse files Browse the repository at this point in the history
Reviewed-by: mbaesken
Backport-of: 959a61fdd483c9523764b9ba0972f59ca06db0ee
  • Loading branch information
GoeLin committed Jul 13, 2023
1 parent 3006096 commit 2b8c260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/get-msys2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ runs:
using: composite
steps:
- name: 'Install MSYS2'
uses: msys2/setup-msys2@v2
# use a specific release of msys2/setup-msys2 to prevent jtreg build failures on newer release
uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff
with:
install: 'autoconf tar unzip zip make'
path-type: minimal
Expand Down

1 comment on commit 2b8c260

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.