Skip to content

Commit

Permalink
chore(deps): bump anchore/scan-action from 3.3.7 to 3.3.8
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.7 to 3.3.8.
- [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.3.7...v3.3.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 183d40a commit 780b021
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/[email protected].7
uses: anchore/[email protected].8
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/[email protected].7
uses: anchore/[email protected].8
id: scan
with:
image: "hipages/php-fpm_exporter:latest"
Expand Down

0 comments on commit 780b021

Please sign in to comment.