Skip to content

Commit d5d17eb

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the workflow-actions group with 3 updates
Bumps the workflow-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/download-artifact](https://github.com/actions/download-artifact) 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/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) 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/download-artifact 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 b383125 commit d5d17eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
distribution: temurin
3535
# https://github.com/actions/cache/blob/main/examples.md#java---maven
3636
- name: Cache local Maven repository
37-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
37+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
3838
with:
3939
path: ~/.m2/repository
4040
# use a different key than workflows running untrusted code
@@ -45,7 +45,7 @@ jobs:
4545
run: ./mvnw -v
4646
- name: Download GitHub Actions artifacts for the Develocity build scans
4747
id: downloadBuildScan
48-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
48+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # 4.1.9
4949
with:
5050
pattern: build-scan-data-*
5151
github-token: ${{ github.token }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
distribution: temurin
9494
# https://github.com/actions/cache/blob/main/examples.md#java---maven
9595
- name: Cache local Maven repository
96-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
96+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
9797
with:
9898
path: ~/.m2/repository
9999
# use a different key than workflows running in trusted mode
@@ -113,7 +113,7 @@ jobs:
113113
# The actual publishing must be done in a separate job (see ci-report.yml).
114114
# We don't write to the remote cache as that would be unsafe.
115115
- name: Upload GitHub Actions artifact for the Develocity build scan
116-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
116+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
117117
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
118118
with:
119119
name: build-scan-data-standalone-${{ matrix.os.name }}
@@ -129,7 +129,7 @@ jobs:
129129
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
130130

131131
- name: Upload GitHub Actions artifact for the Develocity build scan
132-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
132+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
133133
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
134134
with:
135135
name: build-scan-data-incontainer-${{ matrix.os.name }}

0 commit comments

Comments
 (0)