From 1366e7c620b3d312ae46e36185d276eeeb3ad112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:58:59 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.9 --- .github/workflows/publish.yaml | 2 +- .github/workflows/pullrequest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 323242a..6c67850 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) python -m build - name: Generate SBOM id: sbom - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 + uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9 - name: "Generate hashes" id: hash run: | diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index a0ecc6d..8f7357f 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -69,7 +69,7 @@ jobs: python -m build - name: Generate SBOM id: sbom - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 + uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9 - name: "Generate hashes" id: hash run: |