From 67b8a575786cc4c1eceec1fd8cf4e456dbad9e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:53:32 +0000 Subject: [PATCH] ci: bump anchore/scan-action Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 522bcc5cc7e62e4ce7cbe30f22372b991b432751 to 0ea0375b94c1fde82a056a212d174f3c0d96b356. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/scan-action/compare/522bcc5cc7e62e4ce7cbe30f22372b991b432751...0ea0375b94c1fde82a056a212d174f3c0d96b356) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 0ea0375b94c1fde82a056a212d174f3c0d96b356 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 8d08ea7..adbb9d2 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Grype filesystem scan - uses: anchore/scan-action@522bcc5cc7e62e4ce7cbe30f22372b991b432751 # main + uses: anchore/scan-action@0ea0375b94c1fde82a056a212d174f3c0d96b356 # main with: path: "." fail-build: true