Skip to content

Commit d29bac6

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 bec54ae commit d29bac6

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
@@ -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: |
@@ -109,7 +109,7 @@ jobs:
109109
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
110110
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
111111
- name: Upload reports (if build failed)
112-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
113113
if: failure()
114114
with:
115115
name: reports-examples-${{ matrix.db }}
@@ -132,7 +132,7 @@ jobs:
132132
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
133133
shell: bash
134134
- name: Cache Gradle downloads
135-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
135+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
136136
id: cache-gradle
137137
with:
138138
path: |
@@ -151,7 +151,7 @@ jobs:
151151
- name: Build and Test with ${{ matrix.db }}
152152
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
153153
- name: Upload reports (if build failed)
154-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
154+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
155155
if: failure()
156156
with:
157157
name: reports-db-${{ matrix.db }}
@@ -203,7 +203,7 @@ jobs:
203203
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
204204
- name: Cache Maven/Gradle Dependency/Dist Caches
205205
id: cache-maven
206-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
206+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
207207
# if it's not a pull request, we restore and save the cache
208208
if: github.event_name != 'pull_request'
209209
with:
@@ -220,7 +220,7 @@ jobs:
220220
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
221221
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
222222
- 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
224224
# if it's a pull request, we restore the cache, but we don't save it
225225
if: github.event_name == 'pull_request'
226226
with:
@@ -271,7 +271,7 @@ jobs:
271271
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
272272
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
273273
- name: Upload reports (if build failed)
274-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
274+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
275275
if: failure()
276276
with:
277277
name: reports-java${{ matrix.java.name }}

0 commit comments

Comments
 (0)