From 5ce8eaef992d84862c55c726fe22dec5e5d0998b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:50:25 +0000 Subject: [PATCH] gh-actions(deps): bump anchore/scan-action Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action). Updates `anchore/scan-action` from 3 to 4 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v3...v4) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/sbom-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom-scan.yml b/.github/workflows/sbom-scan.yml index 1f14734f..0fc093f5 100644 --- a/.github/workflows/sbom-scan.yml +++ b/.github/workflows/sbom-scan.yml @@ -35,7 +35,7 @@ jobs: with: subject-path: ${{ github.event.repository.name }}-sbom.spdx.json - name: Scan SBOM - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v4 id: scan with: sbom: ${{ github.event.repository.name }}-sbom.spdx.json