We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d61ec commit f337488Copy full SHA for f337488
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
21
steps:
22
- - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
+ - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
23
with:
24
fetch-depth: 0
25
- name: Set up JDK
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
0 commit comments