90
90
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
91
91
shell : bash
92
92
- name : Cache Gradle downloads
93
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
93
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
94
94
id : cache-gradle
95
95
with :
96
96
path : |
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
117
117
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
118
118
- name : Upload reports (if build failed)
119
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120
120
if : failure()
121
121
with :
122
122
name : reports-examples-${{ matrix.db }}
@@ -139,7 +139,7 @@ jobs:
139
139
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
140
140
shell : bash
141
141
- name : Cache Gradle downloads
142
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
142
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
143
143
id : cache-gradle
144
144
with :
145
145
path : |
@@ -166,7 +166,7 @@ jobs:
166
166
- name : Build and Test with ${{ matrix.db }}
167
167
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
168
168
- name : Upload reports (if build failed)
169
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
169
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170
170
if : failure()
171
171
with :
172
172
name : reports-db-${{ matrix.db }}
@@ -216,7 +216,7 @@ jobs:
216
216
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
217
217
- name : Cache Maven/Gradle Dependency/Dist Caches
218
218
id : cache-maven
219
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
219
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
220
220
# if it's not a pull request, we restore and save the cache
221
221
if : github.event_name != 'pull_request'
222
222
with :
@@ -233,7 +233,7 @@ jobs:
233
233
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
234
234
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
235
235
- name : Restore Maven/Gradle Dependency/Dist Caches
236
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
236
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
237
237
# if it's a pull request, we restore the cache, but we don't save it
238
238
if : github.event_name == 'pull_request'
239
239
with :
@@ -291,7 +291,7 @@ jobs:
291
291
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
292
292
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
293
293
- name : Upload reports (if build failed)
294
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
294
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
295
295
if : failure()
296
296
with :
297
297
name : reports-java${{ matrix.java.name }}
0 commit comments