From 1b017b8061c8a3f54513c6f4ef8ec04deb11f2dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:32:32 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 1c672ed..c91a987 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -131,7 +131,7 @@ jobs: annotations: true # upload results file to github - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 if: ${{ steps.scan.outputs.sarif != '' }} with: sarif_file: ${{ steps.scan.outputs.sarif }}