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 7cd78d8 commit 45c135cCopy full SHA for 45c135c
.github/workflows/publish.yml
@@ -107,7 +107,7 @@ jobs:
107
108
# Sign Windows build
109
- name: Set up Java
110
- 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
111
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
112
with:
113
java-version: 17
0 commit comments