Skip to content

Commit 168bad2

Browse files
committed
Update action-download-artifact to fix vuln
This addresses GHSA-5xr6-xhww-33m4.
1 parent a737603 commit 168bad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-sbom.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
steps:
2121
- name: Download metadata
2222
id: metadata
23-
uses: dawidd6/action-download-artifact@v2.28.0
23+
uses: dawidd6/action-download-artifact@v6
2424
with:
2525
run_id: ${{ github.event.workflow_run.id }}
2626
name: metadata.json
2727

2828
- name: Download SBOM
2929
id: sbom
30-
uses: dawidd6/action-download-artifact@v2.28.0
30+
uses: dawidd6/action-download-artifact@v6
3131
with:
3232
run_id: ${{ github.event.workflow_run.id }}
3333
name: sbom.spdx.json

0 commit comments

Comments
 (0)