Skip to content

Commit b4de2db

Browse files
dependabot[bot]DavideD
authored andcommitted
Bump the workflow-actions group with 2 updates
Bumps the workflow-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d3b099 commit b4de2db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
9191
shell: bash
9292
- name: Cache Gradle downloads
93-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
93+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9494
id: cache-gradle
9595
with:
9696
path: |
@@ -116,7 +116,7 @@ jobs:
116116
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
117117
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
118118
- name: Upload reports (if build failed)
119-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
119+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
120120
if: failure()
121121
with:
122122
name: reports-examples-${{ matrix.db }}
@@ -139,7 +139,7 @@ jobs:
139139
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
140140
shell: bash
141141
- name: Cache Gradle downloads
142-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
142+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
143143
id: cache-gradle
144144
with:
145145
path: |
@@ -166,7 +166,7 @@ jobs:
166166
- name: Build and Test with ${{ matrix.db }}
167167
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
168168
- name: Upload reports (if build failed)
169-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
169+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
170170
if: failure()
171171
with:
172172
name: reports-db-${{ matrix.db }}
@@ -217,7 +217,7 @@ jobs:
217217
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
218218
- name: Cache Maven/Gradle Dependency/Dist Caches
219219
id: cache-maven
220-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
220+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
221221
# if it's not a pull request, we restore and save the cache
222222
if: github.event_name != 'pull_request'
223223
with:
@@ -234,7 +234,7 @@ jobs:
234234
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
235235
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
236236
- 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
238238
# if it's a pull request, we restore the cache, but we don't save it
239239
if: github.event_name == 'pull_request'
240240
with:
@@ -292,7 +292,7 @@ jobs:
292292
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
293293
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
294294
- name: Upload reports (if build failed)
295-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
295+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
296296
if: failure()
297297
with:
298298
name: reports-java${{ matrix.java.name }}

0 commit comments

Comments
 (0)