Skip to content

Commit a60eae0

Browse files
chore(deps): bump anchore/scan-action from 4.1.2 to 6.0.0 (hipages#389)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.1.2 to 6.0.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@v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b088646 commit a60eae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777

7878
- name: Scan image
79-
uses: anchore/scan-action@v4.1.2
79+
uses: anchore/scan-action@v6.0.0
8080
id: scan
8181
with:
8282
image: "hipages/php-fpm_exporter:latest"

.github/workflows/test_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777

7878
- name: Scan image
79-
uses: anchore/scan-action@v4.1.2
79+
uses: anchore/scan-action@v6.0.0
8080
id: scan
8181
with:
8282
image: "hipages/php-fpm_exporter:latest"

0 commit comments

Comments
 (0)