Skip to content

Commit

Permalink
Merge pull request #1825 from intel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.4.0

build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
tkatila authored Sep 2, 2024
2 parents b86f8b2 + d86b1be commit 3f55aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
output: trivy-report.csv
- name: Upload CSV report as an artifact
if: ${{ inputs.export-csv }}
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
name: trivy-report
path: trivy-report.csv

0 comments on commit 3f55aaa

Please sign in to comment.