Skip to content

Commit d144226

Browse files
chore(deps): bump actions/upload-artifact in /actions/cdxgen
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46b99f0 commit d144226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/cdxgen/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
shell: bash
5353

5454
- name: "Upload SBOM file"
55-
uses: actions/upload-artifact@v4.6.0
55+
uses: actions/upload-artifact@v7.0.0
5656
with:
5757
name: "BOM file"
5858
path: ${{ github.workspace }}/**/${{ github.event.repository.name }}_sbom.json
@@ -107,7 +107,7 @@ runs:
107107
108108
- name: "Upload Depscan report"
109109
if: ${{ inputs.generate_cdx_report == 'true' }}
110-
uses: actions/upload-artifact@v4.6.0
110+
uses: actions/upload-artifact@v7.0.0
111111
with:
112112
name: "DEPSCAN report"
113113
path: ${{ github.workspace }}/reports/*

0 commit comments

Comments
 (0)