From bab6ccb538b51c37eaa14a8972f4af622118a87a Mon Sep 17 00:00:00 2001 From: Kostiantyn <32730812+kkovaletp@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:57:46 +0200 Subject: [PATCH] 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 --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e418abba..d30c08db 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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: