From 907793314b60b361ab5b03c56bb181d0dd787674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:43:52 +0000 Subject: [PATCH] build(deps): bump anchore/scan-action from 5.0.1 to 5.1.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.0.1 to 5.1.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.0.1...v5.1.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 42f660d..354c823 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: # # Code security scanning. # - - uses: anchore/scan-action@v5.0.1 + - uses: anchore/scan-action@v5.1.0 with: only-fixed: false output-format: table