We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32b8b1 commit 2bd0542Copy full SHA for 2bd0542
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
89
# Sign Windows build
90
- name: Set up Java
91
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 https://github.com/actions/setup-java/releases/tag/v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 https://github.com/actions/setup-java/releases/tag/v5.0.0
92
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
93
with:
94
java-version: 17
0 commit comments