From 8430b9559a357f9b003b97e39931cd3f4b3a92ba Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 15 Sep 2022 20:24:24 -0300 Subject: [PATCH] update sarif uploader --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7988d3a..a840863 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,6 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: 'trivy-results.sarif' \ No newline at end of file