From 41e9f6b08df45e760091807fa9eb74eff043c169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:51:46 +0000 Subject: [PATCH] chore(gh-actions-deps): update anchore/sbom-action action to v0.22.1 in all dependant reusable workflows --- .github/workflows/_reusable-sbom-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable-sbom-scan.yml b/.github/workflows/_reusable-sbom-scan.yml index 2f2ff4ec..3a2a61b4 100644 --- a/.github/workflows/_reusable-sbom-scan.yml +++ b/.github/workflows/_reusable-sbom-scan.yml @@ -20,7 +20,7 @@ jobs: pip install poetry poetry install - name: Create SBOM - uses: anchore/sbom-action@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0 + uses: anchore/sbom-action@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1 with: format: spdx-json output-file: ${{ github.event.repository.name }}-sbom.spdx.json