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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
93
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
119
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
142
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
169
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
170
170
if : failure()
171
171
with :
172
172
name : reports-db-${{ matrix.db }}
@@ -217,7 +217,7 @@ jobs:
217
217
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
218
218
- name : Cache Maven/Gradle Dependency/Dist Caches
219
219
id : cache-maven
220
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
220
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
221
221
# if it's not a pull request, we restore and save the cache
222
222
if : github.event_name != 'pull_request'
223
223
with :
@@ -234,7 +234,7 @@ jobs:
234
234
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
235
235
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
236
236
- name : Restore Maven/Gradle Dependency/Dist Caches
237
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
237
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
238
238
# if it's a pull request, we restore the cache, but we don't save it
239
239
if : github.event_name == 'pull_request'
240
240
with :
@@ -292,7 +292,7 @@ jobs:
292
292
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
293
293
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
294
294
- name : Upload reports (if build failed)
295
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
295
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
296
296
if : failure()
297
297
with :
298
298
name : reports-java${{ matrix.java.name }}
0 commit comments