From 9a98b0e64867887087be7d4c2d96d67a6fd834c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:19:19 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.20.6 to 0.23.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.23.1. - [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...57aae528053a48a3f6235f2d9461b05fbcb7366d) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 00a990ad..9142c186 100644 --- a/.github/workflows/ci-maven-build-lib.yml +++ b/.github/workflows/ci-maven-build-lib.yml @@ -152,6 +152,6 @@ jobs: library-hide-progress: ${{ inputs.trivy-library-hide-progress }} trivy-version: ${{ inputs.trivy-version }} - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # pin@v0.23.1 with: path: ${{ inputs.sbom-path }} diff --git a/.github/workflows/ci-maven-deploy.yml b/.github/workflows/ci-maven-deploy.yml index ce6aaafa..2dca4ff2 100644 --- a/.github/workflows/ci-maven-deploy.yml +++ b/.github/workflows/ci-maven-deploy.yml @@ -113,6 +113,6 @@ jobs: mvn -B deploy fi - - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # pin@v0.20.6 + - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # pin@v0.23.1 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 a209816d..7490fac2 100644 --- a/.github/workflows/ci-maven-install-deploy-lib.yml +++ b/.github/workflows/ci-maven-install-deploy-lib.yml @@ -162,7 +162,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@57aae528053a48a3f6235f2d9461b05fbcb7366d # pin@v0.23.1 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 1f7dea59..7f1f0f30 100644 --- a/.github/workflows/ci-quarkus-build-publish-image.yml +++ b/.github/workflows/ci-quarkus-build-publish-image.yml @@ -219,7 +219,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@57aae528053a48a3f6235f2d9461b05fbcb7366d # pin@v0.23.1 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 39016eed..e2007f26 100644 --- a/.github/workflows/ci-quarkus-container-scan.yml +++ b/.github/workflows/ci-quarkus-container-scan.yml @@ -164,7 +164,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@57aae528053a48a3f6235f2d9461b05fbcb7366d # pin@v0.23.1 with: image: ${{env.IMAGE-NAME}}:${{env.IMAGETAG}} artifact-name: sbom-${{steps.sbom-name.outputs.SBOM_ARTIFACT_ID}}-${{env.IMAGETAG}}.spdx