Skip to content

Commit 692ac17

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87585a1 commit 692ac17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/__call-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
sarif_file: sarif-results/${{ matrix.language }}.sarif
234234

235235
- name: Upload loc as a Build Artifact
236-
uses: actions/upload-artifact@v5
236+
uses: actions/upload-artifact@v6
237237
with:
238238
name: sarif-results-${{ matrix.language }}-${{ runner.os }}
239239
path: sarif-results

.github/workflows/__call-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
237237

238238
- name: Cache Docker Layers
239-
uses: actions/cache@v4
239+
uses: actions/cache@v5
240240
with:
241241
path: /tmp/.buildx-cache
242242
key: Docker-buildx${{ matrix.tag }}-${{ github.sha }}
@@ -312,7 +312,7 @@ jobs:
312312
313313
- name: Upload Artifacts
314314
if: steps.prepare.outputs.artifacts == 'true'
315-
uses: actions/upload-artifact@v5
315+
uses: actions/upload-artifact@v6
316316
with:
317317
name: build-Docker${{ matrix.tag }}
318318
path: artifacts/

0 commit comments

Comments
 (0)