From b0c28f66a59cbeb7c348199cbc61bfe12db5124d Mon Sep 17 00:00:00 2001 From: Simon Ungar Felding <45149055+simonfelding@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:47:10 +0100 Subject: [PATCH] update anchore sarif --- .github/workflows/deb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yaml b/.github/workflows/deb.yaml index cdf9b84..ddf4c99 100644 --- a/.github/workflows/deb.yaml +++ b/.github/workflows/deb.yaml @@ -51,7 +51,7 @@ jobs: severity-cutoff: critical acs-report-enable: true - name: Upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Login to DockerHub