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 2d71fb0 commit 07643f6Copy full SHA for 07643f6
2 files changed
.github/workflows/backend-docker.yml
@@ -21,7 +21,7 @@ jobs:
21
persist-credentials: false
22
23
- name: Set up JDK 11
24
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
+ uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5
25
with:
26
java-version: '11'
27
distribution: 'adopt'
.github/workflows/backend-test.yml
@@ -25,7 +25,7 @@ jobs:
28
29
30
31
0 commit comments