Skip to content

Commit c897522

Browse files
authored
Merge pull request #1877 from intel/dependabot/github_actions/actions/upload-artifact-4.4.3
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
2 parents 9cf97b8 + bc12da5 commit c897522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
output: trivy-report.csv
127127
- name: Upload CSV report as an artifact
128128
if: ${{ inputs.export-csv }}
129-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
129+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
130130
with:
131131
name: trivy-report
132132
path: trivy-report.csv

0 commit comments

Comments
 (0)