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 5c4624d commit 4a9237dCopy full SHA for 4a9237d
.github/workflows/build-public-image.yml
@@ -25,7 +25,7 @@ jobs:
25
tag='${{ github.event.pull_request.number }}'
26
echo "tag=${tag}" >> $GITHUB_OUTPUT
27
- name: Set up JDK
28
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # infered from @v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # https://github.com/actions/setup-java/releases/tag/v5.0.0
29
with:
30
java-version: '21'
31
distribution: 'zulu'
0 commit comments