Skip to content

Commit cfe138b

Browse files
chore: [DevOps] bump the github-actions group with 2 updates (#641)
Bumps the github-actions group with 2 updates: [fsfe/reuse-action](https://github.com/fsfe/reuse-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `fsfe/reuse-action` from 5 to 6 - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](fsfe/reuse-action@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5b667f commit cfe138b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ${{ env.MAVEN_CACHE_DIR }}
4545

4646
- name: "REUSE Compliance Check"
47-
uses: fsfe/reuse-action@v5
47+
uses: fsfe/reuse-action@v6
4848

4949
- name: "Format code"
5050
run: |

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--batch-mode org.owasp:dependency-check-maven:check org.owasp:dependency-check-maven:aggregate
5454
5555
- name: "Archive CVE Report"
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: cve-report
5959
path: target/dependency-check-report.html

0 commit comments

Comments
 (0)