mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 21:48:46 +00:00
Bump the anchore/scan-action to the version 6 in the Code analysis workflow (#1141)
Updated the version of the Anchore scan action to improve code analysis capabilities. Co-authored-by: Konstantin Koval
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Generate report
|
||||
id: scan
|
||||
uses: anchore/scan-action@v5
|
||||
uses: anchore/scan-action@v6
|
||||
continue-on-error: true
|
||||
with:
|
||||
path: "."
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
- name: Scan PR source code
|
||||
id: scan-fixed
|
||||
uses: anchore/scan-action@v5
|
||||
uses: anchore/scan-action@v6
|
||||
if: always() && github.event_name == 'pull_request'
|
||||
continue-on-error: true
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user