From 0bce74bcd454aa5e872e13140574f8c550d6c04d Mon Sep 17 00:00:00 2001 From: "we-renovate[bot]" <162337394+we-renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:01:49 +0000 Subject: [PATCH] fix(deps): update actions/upload-artifact action to v4.3.4 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index aa03d2e..f52dca4 100644 --- a/action.yml +++ b/action.yml @@ -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: | @@ -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 }}]