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 d8ae8b9 commit 5c4624dCopy full SHA for 5c4624d
.github/workflows/backend_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ github.event.pull_request.head.sha }}
27
28
- name: Set up JDK
29
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # infered from @v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # https://github.com/actions/setup-java/releases/tag/v5.0.0
30
with:
31
java-version: '21'
32
distribution: 'zulu'
0 commit comments