Skip to content

Commit 93a2e19

Browse files
committed
Use autobuild for CodeQL
This detects Meson automatically and drops custom build step Signed-off-by: Neil Armstrong <[email protected]>
1 parent 6cbe23c commit 93a2e19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Install additional packages
3535
run: sudo ./ci/ubuntu.sh
3636

37-
- name: Compile
38-
run: |
39-
make -j$(nproc)
37+
- name: Autobuild
38+
uses: github/codeql-action/autobuild@v2
4039

4140
- name: Perform CodeQL Analysis
4241
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)