diff --git a/.github/workflows/ci-maven-build-lib.yml b/.github/workflows/ci-maven-build-lib.yml index fb2772f7..11067bb2 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # pin@v0.20.7 with: path: ${{ inputs.sbom-path }} diff --git a/.github/workflows/ci-maven-deploy.yml b/.github/workflows/ci-maven-deploy.yml index 5a9a2a96..68ea6625 100644 --- a/.github/workflows/ci-maven-deploy.yml +++ b/.github/workflows/ci-maven-deploy.yml @@ -94,6 +94,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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # pin@v0.20.7 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 62e0a203..6671c676 100644 --- a/.github/workflows/ci-maven-install-deploy-lib.yml +++ b/.github/workflows/ci-maven-install-deploy-lib.yml @@ -143,7 +143,7 @@ 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # pin@v0.20.7 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..aa5e9233 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # pin@v0.20.7 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..07b8439f 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # pin@v0.20.7 with: image: ${{env.IMAGE-NAME}}:${{env.IMAGETAG}} artifact-name: sbom-${{steps.sbom-name.outputs.SBOM_ARTIFACT_ID}}-${{env.IMAGETAG}}.spdx