From 1f4fb08eada4a9ba2407bc4f4729634020a62cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:30:19 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.1 --- .github/workflows/workflow.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e63bc0f..367043e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0 + - uses: anchore/sbom-action@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # v0.17.1 with: image: ${{ inputs.image }} artifact-name: ${{ inputs.filename }} diff --git a/action.yml b/action.yml index 7aa169e..77c1503 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: runs: using: "composite" steps: - - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0 + - uses: anchore/sbom-action@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # v0.17.1 with: image: ${{ inputs.image }} artifact-name: ${{ inputs.filename }}