From a17666a021ec3c2f1b5b433ba5fdc6b02449280e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:42:09 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 6.2.0 to 6.5.1 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.2.0 to 6.5.1. - [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/v6.2.0...v6.5.1) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test_pr.yml | 2 +- .github/workflows/test_push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index b2685450..7223d7d0 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -76,7 +76,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Scan image - uses: anchore/scan-action@v6.2.0 + uses: anchore/scan-action@v6.5.1 id: scan with: image: "hipages/php-fpm_exporter:latest" diff --git a/.github/workflows/test_push.yml b/.github/workflows/test_push.yml index e85c86e3..e0b3932b 100644 --- a/.github/workflows/test_push.yml +++ b/.github/workflows/test_push.yml @@ -76,7 +76,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Scan image - uses: anchore/scan-action@v6.2.0 + uses: anchore/scan-action@v6.5.1 id: scan with: image: "hipages/php-fpm_exporter:latest"