Skip to content

Commit b338111

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [anchore/scan-action](https://github.com/anchore/scan-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `anchore/scan-action` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@8d2fce0...7037fa0) Updates `github/codeql-action` from 4.32.0 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b20883b...45cbd0c) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b95435 commit b338111

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Check out the repository
112112
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
113113
- name: Run Anchore vulnerability scanner
114-
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175
114+
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c
115115
id: scan
116116
with:
117117
path: "."
@@ -122,7 +122,7 @@ jobs:
122122
run: cat ${{ steps.scan.outputs.sarif }}
123123
- name: Upload Anchore scan SARIF report
124124
if: always()
125-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30
125+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
126126
with:
127127
sarif_file: ${{ steps.scan.outputs.sarif }}
128128

.github/workflows/report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Check out the repository
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4141
- name: Run Anchore vulnerability scanner
42-
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175
42+
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c
4343
id: scan
4444
with:
4545
path: "."
4646
fail-build: false
4747
- name: Show Anchore scan SARIF report
4848
run: cat ${{ steps.scan.outputs.sarif }}
4949
- name: Upload Anchore scan SARIF report
50-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30
50+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)