Skip to content

Commit

Permalink
Merge pull request #97 from marcransome/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
2 parents 49f4f00 + dd7b04e commit 16ae43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: brew install popt
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: security-and-quality
Expand All @@ -33,4 +33,4 @@ jobs:
cmake -S . -B build
cmake --build build
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 16ae43b

Please sign in to comment.