Skip to content

Commit

Permalink
chore(deps): bump anchore/scan-action from 3.6.4 to 4.1.0 (#371)
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.4 to 4.1.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3.6.4...v4.1.0)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 9fa5d5b commit d2b49fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Scan image
uses: anchore/scan-action@v3.6.4
uses: anchore/scan-action@v4.1.0
id: scan
with:
image: "hipages/php-fpm_exporter:latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Scan image
uses: anchore/scan-action@v3.6.4
uses: anchore/scan-action@v4.1.0
id: scan
with:
image: "hipages/php-fpm_exporter:latest"
Expand Down

0 comments on commit d2b49fc

Please sign in to comment.