Skip to content

Commit dfad3c4

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 ff05513 commit dfad3c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
8686
shell: bash
8787
- name: Cache Gradle downloads
88-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
88+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8989
id: cache-gradle
9090
with:
9191
path: |
@@ -104,7 +104,7 @@ jobs:
104104
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
105105
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
106106
- name: Upload reports (if build failed)
107-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
107+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
108108
if: failure()
109109
with:
110110
name: reports-examples-${{ matrix.db }}
@@ -127,7 +127,7 @@ jobs:
127127
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
128128
shell: bash
129129
- name: Cache Gradle downloads
130-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
130+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
131131
id: cache-gradle
132132
with:
133133
path: |
@@ -146,7 +146,7 @@ jobs:
146146
- name: Build and Test with ${{ matrix.db }}
147147
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
148148
- name: Upload reports (if build failed)
149-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
149+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
150150
if: failure()
151151
with:
152152
name: reports-db-${{ matrix.db }}
@@ -197,7 +197,7 @@ jobs:
197197
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
198198
- name: Cache Maven/Gradle Dependency/Dist Caches
199199
id: cache-maven
200-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
200+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
201201
# if it's not a pull request, we restore and save the cache
202202
if: github.event_name != 'pull_request'
203203
with:
@@ -214,7 +214,7 @@ jobs:
214214
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
215215
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
216216
- 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
218218
# if it's a pull request, we restore the cache, but we don't save it
219219
if: github.event_name == 'pull_request'
220220
with:
@@ -265,7 +265,7 @@ jobs:
265265
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
266266
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
267267
- name: Upload reports (if build failed)
268-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
268+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
269269
if: failure()
270270
with:
271271
name: reports-java${{ matrix.java.name }}

0 commit comments

Comments
 (0)