File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
persist-credentials : false
26
26
ref : ${{ github.ref }}
27
27
- name : Set up Java 21
28
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
28
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
29
29
with :
30
30
java-version : 21
31
31
distribution : temurin
42
42
run : ./mvnw -v
43
43
- name : Download GitHub Actions artifacts for the Develocity build scans
44
44
id : downloadBuildScan
45
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
45
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
46
46
with :
47
47
pattern : build-scan-data-*
48
48
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 90
90
# can find the base commit.
91
91
fetch-depth : 0
92
92
- name : Set up Java ${{ matrix.os.java.version }}
93
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
93
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
94
94
with :
95
95
java-version : ${{ matrix.os.java.version }}
96
96
distribution : temurin
You can’t perform that action at this time.
0 commit comments