Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
  • Loading branch information
tkatila committed Jul 9, 2024
2 parents b2b48e3 + 08214d2 commit 9adff68
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@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: trivy-report
path: trivy-report.csv

0 comments on commit 9adff68

Please sign in to comment.