Skip to content

Commit c4264e2

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#511)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 667cf21 commit c4264e2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/demo-build-and-scan-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ls -l sbom.json
3636

3737
- name: Upload SBOM artifact
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: cdxgen-sbom-json
4141
path: sbom.json
@@ -60,7 +60,7 @@ jobs:
6060
run: npx @herodevs/cli scan eol --file=sbom.json --save
6161

6262
- name: Upload HD report
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: herodevs-report
6666
path: ./herodevs.report.json

.github/workflows/demo-scan-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cdxgen -t docker -o sbom.json -r mcr.microsoft.com/playwright:v1.50.0-noble
3232

3333
- name: Upload SBOM artifact
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: cdxgen-sbom-json
3737
path: sbom.json
@@ -56,7 +56,7 @@ jobs:
5656
run: npx @herodevs/cli scan eol --file=sbom.json --save
5757

5858
- name: Upload HD report
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: herodevs-report
6262
path: herodevs.report.json

.github/workflows/demo-scan-with-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
docker rm eol-scanner
2525
2626
- name: Upload artifact
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: my-eol-report
3030
path: ${{ runner.temp }}/herodevs.report.json

.github/workflows/demo-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npx @herodevs/cli scan eol --save
2323

2424
- name: Upload artifact
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: my-eol-report
2828
path: ./herodevs.report.json

0 commit comments

Comments
 (0)