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.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,14 @@ jobs:
18
18
19
19
analyze:
20
20
name: Analyze
21
-
runs-on: windows-latest
21
+
runs-on: ubuntu-latest
22
22
permissions:
23
23
actions: read
24
24
contents: read
25
25
security-events: write
26
-
26
+
defaults:
27
+
run:
28
+
shell: bash
27
29
28
30
strategy:
29
31
fail-fast: false
@@ -45,6 +47,7 @@ jobs:
45
47
# If you wish to specify custom queries, you can do so here or in a config file.
46
48
# By default, queries listed here will override any specified in a config file.
47
49
# Prefix the list here with "+" to use these queries and those in the config file.
50
+
48
51
49
52
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments