File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
distribution : temurin
32
32
# https://github.com/actions/cache/blob/main/examples.md#java---maven
33
33
- name : Cache local Maven repository
34
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
34
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
35
35
with :
36
36
path : ~/.m2/repository
37
37
# use a different key than workflows running untrusted code
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@cc203385981b70ca67e1cc392babf9cc229d5806 # 4.1.9
45
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
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 96
96
distribution : temurin
97
97
# https://github.com/actions/cache/blob/main/examples.md#java---maven
98
98
- name : Cache local Maven repository
99
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
99
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
100
100
with :
101
101
path : ~/.m2/repository
102
102
# use a different key than workflows running in trusted mode
@@ -119,7 +119,7 @@ jobs:
119
119
# The actual publishing must be done in a separate job (see ci-report.yml).
120
120
# We don't write to the remote cache as that would be unsafe.
121
121
- name : Upload GitHub Actions artifact for the Develocity build scan
122
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
122
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
123
123
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
124
124
with :
125
125
name : build-scan-data-initial-${{ matrix.os.name }}
@@ -135,7 +135,7 @@ jobs:
135
135
DEVELOCITY_BASE_URL : " ${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
136
136
# Same as above, but for the build scan of the latest Maven run.
137
137
- name : Upload GitHub Actions artifact for the Develocity build scan
138
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
138
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
139
139
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
140
140
with :
141
141
name : build-scan-data-integrationtest-${{ matrix.os.name }}
You can’t perform that action at this time.
0 commit comments