Skip to content

Commit

Permalink
Merge pull request #198 from offa/update_codeql
Browse files Browse the repository at this point in the history
Update CodeQL
  • Loading branch information
offa authored Dec 20, 2023
2 parents ce3548f + 5e7d50d commit d340068
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 @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
name: "CodeQL"
container:
image: gcc:10
image: gcc:13
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup
run: apt-get update && apt-get install -y cmake zlib1g-dev
- name: CodeQL Initialization
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: +security-and-quality
Expand All @@ -27,4 +27,4 @@ jobs:
cmake . -Bbuild
cmake --build build
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit d340068

Please sign in to comment.