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 2da7a8a commit 775c7f5Copy full SHA for 775c7f5
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Setup Java 11 environment which is needed to build
47
- name: Setup Java
48
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
49
with:
50
distribution: 'zulu'
51
java-version: '17'
.github/workflows/verify.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments