From 7e0892ec2cf3fe5f973119059b6cf701415f1ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:20:39 +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.7. - [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.7) --- 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..59b5405e 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.7 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.7 id: sbom_cyclonedx with: config: ${{ inputs.config }}