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 : |
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
110
110
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
111
111
- name : Upload reports (if build failed)
112
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
113
113
if : failure()
114
114
with :
115
115
name : reports-examples-${{ matrix.db }}
@@ -132,7 +132,7 @@ jobs:
132
132
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
133
133
shell : bash
134
134
- name : Cache Gradle downloads
135
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
135
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
136
136
id : cache-gradle
137
137
with :
138
138
path : |
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Build and Test with ${{ matrix.db }}
152
152
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
153
153
- name : Upload reports (if build failed)
154
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
154
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
155
155
if : failure()
156
156
with :
157
157
name : reports-db-${{ matrix.db }}
@@ -203,7 +203,7 @@ jobs:
203
203
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
204
204
- name : Cache Maven/Gradle Dependency/Dist Caches
205
205
id : cache-maven
206
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
206
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
207
207
# if it's not a pull request, we restore and save the cache
208
208
if : github.event_name != 'pull_request'
209
209
with :
@@ -220,7 +220,7 @@ jobs:
220
220
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
221
221
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
222
222
- name : Restore Maven/Gradle Dependency/Dist Caches
223
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
223
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
224
224
# if it's a pull request, we restore the cache, but we don't save it
225
225
if : github.event_name == 'pull_request'
226
226
with :
@@ -271,7 +271,7 @@ jobs:
271
271
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
272
272
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
273
273
- name : Upload reports (if build failed)
274
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
274
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
275
275
if : failure()
276
276
with :
277
277
name : reports-java${{ matrix.java.name }}
0 commit comments