From 0e1c51dbc9a24fdf7ac0c7ad7caba7d52b6b2afc Mon Sep 17 00:00:00 2001 From: Piethein Strengholt Date: Wed, 3 Jul 2024 15:22:23 +0200 Subject: [PATCH] upgrade to codeql v3 --- .github/codeql/codeql-config.yml | 1 - .github/workflows/azure-static-web-apps.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index be215bfff..d6a01d09c 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -5,7 +5,6 @@ queries: paths: - client/src - - server paths-ignore: - client/dist diff --git a/.github/workflows/azure-static-web-apps.yml b/.github/workflows/azure-static-web-apps.yml index ce8f43014..88ffe87a3 100644 --- a/.github/workflows/azure-static-web-apps.yml +++ b/.github/workflows/azure-static-web-apps.yml @@ -25,7 +25,7 @@ jobs: #with: #submodules: true - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: javascript config-file: ./.github/codeql/codeql-config.yml @@ -49,7 +49,7 @@ jobs: VITE_BASE_URL: "/" SKIP_DEPLOY_ON_MISSING_SECRETS: true - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'