From 3db6a7cd41c785a0ec633d1cdff80800ed0f15ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:12:15 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.20.6 to 0.20.10 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.20.10. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/f8bdd1d8ac5e901a77a92f111440fdb1b593736b...fbfd9c6c189226748411491745178e0c2017392d) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-maven-build-lib.yml | 2 +- .github/workflows/ci-maven-deploy.yml | 2 +- .github/workflows/ci-maven-install-deploy-lib.yml | 2 +- .github/workflows/ci-quarkus-build-publish-image.yml | 2 +- .github/workflows/ci-quarkus-container-scan.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-maven-build-lib.yml b/.github/workflows/ci-maven-build-lib.yml index fb2772f7..836136de 100644 --- a/.github/workflows/ci-maven-build-lib.yml +++ b/.github/workflows/ci-maven-build-lib.yml @@ -133,6 +133,6 @@ jobs: severity: "CRITICAL,HIGH" trivyignores: ${{ steps.set-trivyignore-path.outputs.trivyignore-path }} - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0.20.10 with: path: ${{ inputs.sbom-path }} diff --git a/.github/workflows/ci-maven-deploy.yml b/.github/workflows/ci-maven-deploy.yml index 5df187f0..5c97c7e1 100644 --- a/.github/workflows/ci-maven-deploy.yml +++ b/.github/workflows/ci-maven-deploy.yml @@ -94,6 +94,6 @@ jobs: mvn -B deploy fi - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0.20.10 with: path: ${{ inputs.sbom-path }} diff --git a/.github/workflows/ci-maven-install-deploy-lib.yml b/.github/workflows/ci-maven-install-deploy-lib.yml index bdbce68b..52530069 100644 --- a/.github/workflows/ci-maven-install-deploy-lib.yml +++ b/.github/workflows/ci-maven-install-deploy-lib.yml @@ -143,7 +143,7 @@ jobs: run: | echo "artifact-id=${{ inputs.artifact-name }}-${{ github.run_number }}-${{ github.run_attempt }}.spdx" >> "$GITHUB_OUTPUT" - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0.20.10 with: path: ${{ inputs.sbom-path }} artifact-name: ${{ steps.set-artifact-id.outputs.artifact-id }} diff --git a/.github/workflows/ci-quarkus-build-publish-image.yml b/.github/workflows/ci-quarkus-build-publish-image.yml index b905e256..def8f77f 100644 --- a/.github/workflows/ci-quarkus-build-publish-image.yml +++ b/.github/workflows/ci-quarkus-build-publish-image.yml @@ -174,7 +174,7 @@ jobs: SBOM_NAME=$(echo ${{env.IMAGE-NAME}} | tr '/' '-') echo "SBOM_ARTIFACT_ID=$SBOM_NAME" >> "$GITHUB_OUTPUT" - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0.20.10 with: image: ${{env.IMAGE-NAME}}:${{env.IMAGETAG}} artifact-name: sbom-${{steps.sbom-name.outputs.SBOM_ARTIFACT_ID}}-${{env.IMAGETAG}}.spdx diff --git a/.github/workflows/ci-quarkus-container-scan.yml b/.github/workflows/ci-quarkus-container-scan.yml index ca2a696a..80bbac13 100644 --- a/.github/workflows/ci-quarkus-container-scan.yml +++ b/.github/workflows/ci-quarkus-container-scan.yml @@ -119,7 +119,7 @@ jobs: SBOM_NAME=$(echo ${{env.IMAGE-NAME}} | tr '/' '-') echo "SBOM_ARTIFACT_ID=$SBOM_NAME" >> "$GITHUB_OUTPUT" - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0.20.10 with: image: ${{env.IMAGE-NAME}}:${{env.IMAGETAG}} artifact-name: sbom-${{steps.sbom-name.outputs.SBOM_ARTIFACT_ID}}-${{env.IMAGETAG}}.spdx