Skip to content

Commit a77c3d5

Browse files
Update actions/checkout digest to 24cb908 (#3238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 711bb12 commit a77c3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2121
steps:
22-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
22+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
2323
with:
2424
fetch-depth: 0
2525
- name: Set up JDK

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
1616
steps:
17-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
17+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
1818
- name: Set up JDK
1919
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
2020
with:

0 commit comments

Comments
 (0)