85
85
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
86
86
shell : bash
87
87
- name : Cache Gradle downloads
88
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
88
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
89
89
id : cache-gradle
90
90
with :
91
91
path : |
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
105
105
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
106
106
- name : Upload reports (if build failed)
107
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
107
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
108
108
if : failure()
109
109
with :
110
110
name : reports-examples-${{ matrix.db }}
@@ -127,7 +127,7 @@ jobs:
127
127
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
128
128
shell : bash
129
129
- name : Cache Gradle downloads
130
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
130
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
131
131
id : cache-gradle
132
132
with :
133
133
path : |
@@ -146,7 +146,7 @@ jobs:
146
146
- name : Build and Test with ${{ matrix.db }}
147
147
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
148
148
- name : Upload reports (if build failed)
149
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
149
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
150
150
if : failure()
151
151
with :
152
152
name : reports-db-${{ matrix.db }}
@@ -197,7 +197,7 @@ jobs:
197
197
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
198
198
- name : Cache Maven/Gradle Dependency/Dist Caches
199
199
id : cache-maven
200
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
200
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
201
201
# if it's not a pull request, we restore and save the cache
202
202
if : github.event_name != 'pull_request'
203
203
with :
@@ -214,7 +214,7 @@ jobs:
214
214
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
215
215
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
216
216
- name : Restore Maven/Gradle Dependency/Dist Caches
217
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
217
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
218
218
# if it's a pull request, we restore the cache, but we don't save it
219
219
if : github.event_name == 'pull_request'
220
220
with :
@@ -265,7 +265,7 @@ jobs:
265
265
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
266
266
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
267
267
- name : Upload reports (if build failed)
268
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
268
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
269
269
if : failure()
270
270
with :
271
271
name : reports-java${{ matrix.java.name }}
0 commit comments