From 58ba2e0e81679a5b90d98c0a1ebfa465a528bbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:26:25 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 6.2.0 to 6.5.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.2.0 to 6.5.0. - [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/2c901ab7378897c01b8efaa2d0c9bf519cc64b9e...df395807f4554463d4455b8047cf58e37b6acaae) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b40cc977..01b16e619 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -303,7 +303,7 @@ jobs: file: Dockerfile.development platforms: linux/amd64 - name: Scan image - uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0 + uses: anchore/scan-action@df395807f4554463d4455b8047cf58e37b6acaae # v6.5.0 with: image: openzeppelin-relayer-dev:${{ github.sha }} fail-build: true