diff --git a/.github/actions/trivy/action.yaml b/.github/actions/trivy/action.yaml index 2e59018..245884d 100644 --- a/.github/actions/trivy/action.yaml +++ b/.github/actions/trivy/action.yaml @@ -137,7 +137,7 @@ runs: - name: trivy/upload-sbom if: ${{ github.ref_name == github.event.repository.default_branch }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 - https://github.com/actions/upload-artifact/releases + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 - https://github.com/actions/upload-artifact/releases with: name: ${{ steps.artifact.outputs.name }} path: ${{ github.workspace }}/dependency-results.sbom.json