Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
turbosmurfen committed Jun 17, 2022
2 parents 64868bc + 43fa9d4 commit 066f8f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand All @@ -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

0 comments on commit 066f8f5

Please sign in to comment.