Skip to content

Commit

Permalink
Use CodeQL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 20, 2023
1 parent 1b8e442 commit 12fdb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
codeql:
runs-on: ubuntu-latest
container:
image: "registry.gitlab.com/offa/docker-images/gcc:12"
image: "registry.gitlab.com/offa/docker-images/gcc:13"
name: "CodeQL"
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install dependencies
run: script/ci_install_dependencies.sh
- name: CodeQL Initialization
uses: github/codeql-action/init@main
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: +security-and-quality
- name: Build
run: script/ci_build.sh -codeql
- name: CodeQL Analysis
uses: github/codeql-action/analyze@main
uses: github/codeql-action/analyze@v3

0 comments on commit 12fdb4d

Please sign in to comment.