We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711bb12 commit a77c3d5Copy full SHA for a77c3d5
.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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
0 commit comments