From ca2f7ec3f2c1d7e4fc354638b7abf0854b33b130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:07:40 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 4.1.0 to 4.1.2 (#377) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.1.0 to 4.1.2. - [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/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4aac6f51..62327985 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@v4.1.0 + uses: anchore/scan-action@v4.1.2 id: scan with: image: "hipages/php-fpm_exporter:latest" diff --git a/.github/workflows/test_push.yml b/.github/workflows/test_push.yml index 5ec28ed3..e04ead1a 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@v4.1.0 + uses: anchore/scan-action@v4.1.2 id: scan with: image: "hipages/php-fpm_exporter:latest"