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 34
34
distribution : temurin
35
35
# https://github.com/actions/cache/blob/main/examples.md#java---maven
36
36
- name : Cache local Maven repository
37
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
37
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
38
38
with :
39
39
path : ~/.m2/repository
40
40
# use a different key than workflows running untrusted code
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@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
48
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # 4.1.9
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 93
93
distribution : temurin
94
94
# https://github.com/actions/cache/blob/main/examples.md#java---maven
95
95
- name : Cache local Maven repository
96
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
96
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
97
97
with :
98
98
path : ~/.m2/repository
99
99
# use a different key than workflows running in trusted mode
@@ -113,7 +113,7 @@ jobs:
113
113
# The actual publishing must be done in a separate job (see ci-report.yml).
114
114
# We don't write to the remote cache as that would be unsafe.
115
115
- name : Upload GitHub Actions artifact for the Develocity build scan
116
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
116
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
117
117
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
118
118
with :
119
119
name : build-scan-data-standalone-${{ matrix.os.name }}
@@ -129,7 +129,7 @@ jobs:
129
129
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
130
130
131
131
- name : Upload GitHub Actions artifact for the Develocity build scan
132
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
132
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
133
133
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
134
134
with :
135
135
name : build-scan-data-incontainer-${{ matrix.os.name }}
You can’t perform that action at this time.
0 commit comments