Skip to content

Commit 0b80b77

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 1104964 commit 0b80b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security_scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sarif_file: "trivy-results.sarif"
5454

5555
- name: Upload diagnostic SARIF artifact
56-
uses: actions/upload-artifact@v6.0.0
56+
uses: actions/upload-artifact@v7.0.0
5757
with:
5858
name: sarif-report
5959
path: "trivy-results.sarif"
@@ -87,7 +87,7 @@ jobs:
8787
github-pat: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Upload SBOM as an artifact
90-
uses: actions/upload-artifact@v6.0.0
90+
uses: actions/upload-artifact@v7.0.0
9191
with:
9292
name: sbom
9393
path: "dependency-results.sbom.json"

0 commit comments

Comments
 (0)