Skip to content

Commit ca68e0f

Browse files
dependabot[bot]tpantelis
authored andcommitted
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 07f2ab4 commit ca68e0f

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
@@ -112,7 +112,7 @@ jobs:
112112
- name: Check out the repository
113113
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
114114
- name: Run Anchore vulnerability scanner
115-
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175
115+
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c
116116
id: scan
117117
with:
118118
path: "."
@@ -123,7 +123,7 @@ jobs:
123123
run: cat ${{ steps.scan.outputs.sarif }}
124124
- name: Upload Anchore scan SARIF report
125125
if: always()
126-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30
126+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
127127
with:
128128
sarif_file: ${{ steps.scan.outputs.sarif }}
129129

.github/workflows/report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- name: Check out the repository
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2222
- name: Run Anchore vulnerability scanner
23-
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175
23+
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c
2424
id: scan
2525
with:
2626
path: "."
2727
fail-build: false
2828
- name: Show Anchore scan SARIF report
2929
run: cat ${{ steps.scan.outputs.sarif }}
3030
- name: Upload Anchore scan SARIF report
31-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30
31+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
3232
with:
3333
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)