Skip to content

Commit 637b882

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 6.1.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@7c05671...2c901ab) Updates `github/codeql-action` from 3.28.13 to 3.28.16 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b549b9...28deaed) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.28.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6dd6c77 commit 637b882

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@11bd71901bbe5b1630ceea73d27597364c9af683
114114
- name: Run Anchore vulnerability scanner
115-
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
115+
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
126+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
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@11bd71901bbe5b1630ceea73d27597364c9af683
2222
- name: Run Anchore vulnerability scanner
23-
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
23+
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
31+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
3232
with:
3333
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)