64
64
RDBMS : ${{ matrix.rdbms }}
65
65
run : ci/database-start.sh
66
66
- name : Set up Java 21
67
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
67
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
68
68
with :
69
69
distribution : ' temurin'
70
70
java-version : ' 21'
81
81
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
82
82
- name : Cache Maven/Gradle Dependency/Dist Caches
83
83
id : cache-maven
84
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
84
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
85
85
# if it's not a pull request, we restore and save the cache
86
86
if : github.event_name != 'pull_request'
87
87
with :
98
98
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
99
99
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
100
100
- name : Restore Maven/Gradle Dependency/Dist Caches
101
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
101
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102
102
# if it a pull request, we restore the cache but we don't save it
103
103
if : github.event_name == 'pull_request'
104
104
with :
@@ -126,14 +126,14 @@ jobs:
126
126
# The actual publishing must be done in a separate job (see ci-report.yml).
127
127
# We don't write to the remote cache as that would be unsafe.
128
128
- name : Upload GitHub Actions artifact for the Develocity build scan
129
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
129
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
130
130
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
131
131
with :
132
132
name : build-scan-data-${{ matrix.rdbms }}
133
133
path : ~/.gradle/build-scan-data
134
134
135
135
- name : Upload test reports (if Gradle failed)
136
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
136
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137
137
if : failure()
138
138
with :
139
139
name : test-reports-java11-${{ matrix.rdbms }}
@@ -187,7 +187,7 @@ jobs:
187
187
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
188
188
- name : Cache Maven/Gradle Dependency/Dist Caches
189
189
id : cache-maven
190
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
190
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
191
191
# if it's not a pull request, we restore and save the cache
192
192
if : github.event_name != 'pull_request'
193
193
with :
@@ -204,7 +204,7 @@ jobs:
204
204
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
205
205
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
206
206
- name : Restore Maven/Gradle Dependency/Dist Caches
207
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
207
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
208
208
# if it a pull request, we restore the cache but we don't save it
209
209
if : github.event_name == 'pull_request'
210
210
with :
@@ -234,13 +234,13 @@ jobs:
234
234
# We don't write to the remote cache as that would be unsafe.
235
235
# That's even on push, because we do not trust Atlas runners to hold secrets: they are shared infrastructure.
236
236
- name : Upload GitHub Actions artifact for the Develocity build scan
237
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
237
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238
238
if : " ${{ !cancelled() }}"
239
239
with :
240
240
name : build-scan-data-${{ matrix.rdbms }}
241
241
path : ~/.gradle/build-scan-data
242
242
- name : Upload test reports (if Gradle failed)
243
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
243
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
244
244
if : failure()
245
245
with :
246
246
name : test-reports-java11-${{ matrix.rdbms }}
@@ -262,7 +262,7 @@ jobs:
262
262
- name : Reclaim disk space and sanitize user home
263
263
run : .github/ci-prerequisites-atlas.sh
264
264
- name : Set up Java 21
265
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
265
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
266
266
with :
267
267
distribution : ' temurin'
268
268
java-version : ' 21'
@@ -279,7 +279,7 @@ jobs:
279
279
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
280
280
- name : Cache Maven/Gradle Dependency/Dist Caches
281
281
id : cache-maven
282
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
282
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
283
283
# if it's not a pull request, we restore and save the cache
284
284
if : github.event_name != 'pull_request'
285
285
with :
@@ -296,7 +296,7 @@ jobs:
296
296
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
297
297
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
298
298
- name : Restore Maven/Gradle Dependency/Dist Caches
299
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
299
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
300
300
# if it a pull request, we restore the cache but we don't save it
301
301
if : github.event_name == 'pull_request'
302
302
with :
@@ -322,14 +322,14 @@ jobs:
322
322
# The actual publishing must be done in a separate job (see ci-report.yml).
323
323
# We don't write to the remote cache as that would be unsafe.
324
324
- name : Upload GitHub Actions artifact for the Develocity build scan
325
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
325
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
326
326
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
327
327
with :
328
328
name : build-scan-data-sca
329
329
path : ~/.gradle/build-scan-data
330
330
331
331
- name : Upload test reports (if Gradle failed)
332
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
332
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
333
333
if : failure()
334
334
with :
335
335
name : test-reports-java11-sca
0 commit comments