Skip to content

Commit

Permalink
ci: Update CodeQL actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark committed Jan 17, 2024
1 parent b74a01b commit 2fe25db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
meson --version
ninja --version
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: Configure
run: meson build --prefix=$HOME/.local -Dcpp_std=${{ matrix.cpp_std }}
- name: Build
run: ninja -C build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"

Expand All @@ -95,12 +95,12 @@ jobs:
lfs: true
submodules: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: python
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"

0 comments on commit 2fe25db

Please sign in to comment.