Skip to content

Commit 66226f1

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.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3cf2f6 commit 66226f1

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
93+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
142+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
169+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170170
if: failure()
171171
with:
172172
name: reports-db-${{ matrix.db }}
@@ -216,7 +216,7 @@ jobs:
216216
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
217217
- name: Cache Maven/Gradle Dependency/Dist Caches
218218
id: cache-maven
219-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
219+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
220220
# if it's not a pull request, we restore and save the cache
221221
if: github.event_name != 'pull_request'
222222
with:
@@ -233,7 +233,7 @@ jobs:
233233
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
234234
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
235235
- name: Restore Maven/Gradle Dependency/Dist Caches
236-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
236+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
237237
# if it's a pull request, we restore the cache, but we don't save it
238238
if: github.event_name == 'pull_request'
239239
with:
@@ -291,7 +291,7 @@ jobs:
291291
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
292292
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
293293
- name: Upload reports (if build failed)
294-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
294+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
295295
if: failure()
296296
with:
297297
name: reports-java${{ matrix.java.name }}

0 commit comments

Comments
 (0)