From c8819c8de3ecc8dad60124c9752e42d715aaa993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:14:32 +0000 Subject: [PATCH] build(deps): bump anchore/scan-action from 5.3.0 to 6.0.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.3.0 to 6.0.0. - [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/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ead606f..7fc3095 100644 --- a/action.yml +++ b/action.yml @@ -91,7 +91,7 @@ runs: # # * Grype # - - uses: anchore/scan-action@v5.3.0 + - uses: anchore/scan-action@v6.0.0 if: inputs.token != '' && inputs.testing-type == 'security-grype' with: only-fixed: false