Skip to content

Commit

Permalink
Merge pull request #183 from Bastian-Krause/bst/codeql-v3
Browse files Browse the repository at this point in the history
github: codeql: bump to v3
  • Loading branch information
ejoerns authored Dec 16, 2024
2 parents 8d94615 + 1c0d359 commit b201399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: +security-and-quality
Expand All @@ -38,6 +38,6 @@ jobs:
meson compile -C build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"

0 comments on commit b201399

Please sign in to comment.