We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10b634 commit 4dcffb6Copy full SHA for 4dcffb6
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
18
steps:
19
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
with:
21
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
22
- name: Set up JDK
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
15
0 commit comments