Skip to content

Commit d11d327

Browse files
chore(deps): bump anchore/scan-action from 6.0.0 to 6.2.0 (hipages#406)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cd5e6e commit d11d327

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@v6.0.0
79+
uses: anchore/scan-action@v6.2.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@v6.0.0
79+
uses: anchore/scan-action@v6.2.0
8080
id: scan
8181
with:
8282
image: "hipages/php-fpm_exporter:latest"

0 commit comments

Comments
 (0)