Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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 4.1.0 to 4.1.1
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@d43cc1d...bc9adf6)

Updates `github/codeql-action` from 3.25.15 to 3.26.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@afb54ba...883d858)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and skitt committed Aug 20, 2024
1 parent 4982be7 commit dcdceeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
uses: anchore/scan-action@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69
id: scan
with:
path: "."
Expand All @@ -123,7 +123,7 @@ jobs:
run: cat ${{ steps.scan.outputs.sarif }}
- name: Upload Anchore scan SARIF report
if: always()
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
uses: github/codeql-action/upload-sarif@883d8588e56d1753a8a58c1c86e88976f0c23449
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
uses: anchore/scan-action@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69
id: scan
with:
path: "."
fail-build: false
- name: Show Anchore scan SARIF report
run: cat ${{ steps.scan.outputs.sarif }}
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
uses: github/codeql-action/upload-sarif@883d8588e56d1753a8a58c1c86e88976f0c23449
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

0 comments on commit dcdceeb

Please sign in to comment.