Skip to content

Commit 21175e7

Browse files
chore(deps): bump anchore/scan-action from 3.2.4 to 3.3.4 (#287)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.4 to 3.3.4. - [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.2.4...v3.3.4) --- updated-dependencies: - dependency-name: anchore/scan-action 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 e260cb5 commit 21175e7

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

0 commit comments

Comments
 (0)