From d33fab5f4edbe35bbcafb77eb544c0c49ea63550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:09:17 +0100 Subject: [PATCH] Bump github/codeql-action from 1 to 3 (#25) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/self-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/self-test.yml diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml old mode 100755 new mode 100644 index b053044..8d97a78 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v2 - # Setup directory where github/codeql-action/upload-sarif@v1 looks up files by default. + # Setup directory where github/codeql-action/upload-sarif@v3 looks up files by default. - name: Create ../results directory for sarif files shell: bash run: mkdir -p ../results @@ -72,4 +72,4 @@ jobs: continue-on-error: true - name: Upload SARIF output file to GitHub - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v3