You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+9-5
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
security-events: write # for github/codeql-action/analyze to upload SARIF results
25
25
name: Analyze
26
26
runs-on: ubuntu-latest
27
-
27
+
28
28
strategy:
29
29
fail-fast: false
30
30
matrix:
@@ -33,27 +33,31 @@ jobs:
33
33
build-mode: manual
34
34
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
35
35
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
0 commit comments