We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecee55 commit 1fc75b4Copy full SHA for 1fc75b4
.github/codeql/codeql-config.yml
@@ -0,0 +1,5 @@
1
+paths:
2
+ - 'src'
3
+paths-ignore:
4
+ - 'src/mini-gdbstub/**'
5
+ - 'src/softfloat/**'
.github/workflows/codeql.yml
@@ -1,4 +1,4 @@
-name: "CodeQL"
+name: CodeQL
on:
push:
@@ -30,6 +30,7 @@ jobs:
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v3
32
with:
33
+ config-file: .github/codeql/codeql-config.yml
34
languages: ${{ matrix.language }}
35
queries: +security-and-quality
36
0 commit comments