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