From 6455efcc8bac142cddf2d38b73dbe9cf4fc61e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:32:19 +0000 Subject: [PATCH] github-actions(deps): bump anchore/sbom-action in /security-actions/sca Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.8. - [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/v0.17.2...v0.17.8) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- security-actions/sca/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security-actions/sca/action.yml b/security-actions/sca/action.yml index 9065107a..ba254759 100644 --- a/security-actions/sca/action.yml +++ b/security-actions/sca/action.yml @@ -90,7 +90,7 @@ runs: # Must upload artifact for output file parameter to have effect - name: Generate SPDX SBOM Using Syft - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.8 id: sbom_spdx with: config: ${{ inputs.config }} @@ -105,7 +105,7 @@ runs: github-token: ${{ inputs.github-token }} - name: Generate CycloneDX SBOM Using Syft - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.8 id: sbom_cyclonedx with: config: ${{ inputs.config }}