From 8f49ff72042557af51e5d08e128adfe7fdaeaccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:18:12 +0000 Subject: [PATCH] Bump github/codeql-action from 1 to 2 (#99) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a495be7..e52d6b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -220,7 +220,7 @@ jobs: # Docs: exit-code: 1 output: trivy-results.sarif - - uses: github/codeql-action/upload-sarif@v1 + - uses: github/codeql-action/upload-sarif@v2 if: always() continue-on-error: true with: {sarif_file: trivy-results.sarif}