From abbf1d18f78a2bfb0ade7d4aaed0302a7c951f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:15:37 +0200 Subject: [PATCH] Bump anchore/sbom-action from 0.17.2 to 0.17.3 (#186) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.3. - [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/61119d458adab75f756bc0b9e4bde25725f86a7a...f5e124a5e5e1d497a692818ae907d3c45829d033) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-quarkus-build-publish-image.yml | 2 +- .github/workflows/ci-quarkus-container-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-quarkus-build-publish-image.yml b/.github/workflows/ci-quarkus-build-publish-image.yml index 3c10a21..ab5dbfe 100644 --- a/.github/workflows/ci-quarkus-build-publish-image.yml +++ b/.github/workflows/ci-quarkus-build-publish-image.yml @@ -179,7 +179,7 @@ jobs: SBOM_NAME=$(echo ${{env.IMAGE-NAME}} | tr '/' '-') echo "SBOM_ARTIFACT_ID=$SBOM_NAME" >> "$GITHUB_OUTPUT" - - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a #pin@v0.17.2 + - uses: anchore/sbom-action@f5e124a5e5e1d497a692818ae907d3c45829d033 #pin@v0.17.3 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 2ced407..01f6885 100644 --- a/.github/workflows/ci-quarkus-container-scan.yml +++ b/.github/workflows/ci-quarkus-container-scan.yml @@ -118,7 +118,7 @@ jobs: SBOM_NAME=$(echo ${{env.IMAGE-NAME}} | tr '/' '-') echo "SBOM_ARTIFACT_ID=$SBOM_NAME" >> "$GITHUB_OUTPUT" - - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a #pin@v0.17.2 + - uses: anchore/sbom-action@f5e124a5e5e1d497a692818ae907d3c45829d033 #pin@v0.17.3 with: image: ${{env.IMAGE-NAME}}:${{env.IMAGETAG}} artifact-name: sbom-${{steps.sbom-name.outputs.SBOM_ARTIFACT_ID}}-${{env.IMAGETAG}}.spdx