From 43fa9d478a4a0c234e39aa8ab9c27a4a275fc6e6 Mon Sep 17 00:00:00 2001 From: Turbosmurfen Date: Fri, 17 Jun 2022 22:15:27 +0200 Subject: [PATCH] Updated codeql --- .github/workflows/codeql-analysis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 36336d5..13fac55 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,8 +5,6 @@ on: branches: [main] pull_request: branches: [main] - schedule: - - cron: '18 3 * * 2' env: # Path to the solution file relative to the root of the project. @@ -27,7 +25,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: cpp @@ -39,4 +37,4 @@ jobs: run: msbuild /m /p:Configuration="Debug" /p:Platform="x86" ${{ env.SOLUTION_FILE_PATH }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2