File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 python .github/scripts/sbom_json_to_csv.py sbom.json SBOM_${REPO_NAME}.csv
7070
7171 - name : Upload SBOM CSV as artifact
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v7
7373 with :
7474 name : sbom-csv
7575 path : SBOM_${{ github.event.repository.name }}.csv
9292
9393
9494 - name : Upload Vulnerability Report
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : grype-report
9898 path : grype-report-${{ github.event.repository.name }}.csv
@@ -104,7 +104,7 @@ jobs:
104104 python .github/scripts/sbom_packages_to_csv.py sbom.json $REPO_NAME
105105
106106 - name : Upload Package Inventory CSV
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v7
108108 with :
109109 name : sbom-packages
110110 path : sbom-packages-${{ github.event.repository.name }}.csv
You can’t perform that action at this time.
0 commit comments