Skip to content

Commit

Permalink
fix(deps): update actions/upload-artifact action to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Jul 8, 2024
1 parent 8dc160d commit 0bce74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
cyclonedx-cli convert --input-file ${{ env.REPORT_SLUG }}-sbom.json --output-file ${{ env.REPORT_SLUG }}-sbom.csv --output-format csv
- name: Upload SBOM
if: "${{ inputs.scan-ref == '' }}"
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: SBOM (CycloneDX) [${{ env.REPORT_SLUG }}]
path: |
Expand Down Expand Up @@ -144,7 +144,7 @@ runs:
template: '@/contrib/html.tpl'
output: ${{ env.REPORT_FILENAME }}
- name: Upload vulnerability report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: always()
with:
name: Vulnerability report (HTML) [${{ env.REPORT_SLUG }}]
Expand Down

0 comments on commit 0bce74b

Please sign in to comment.