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
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
19
-
runs-on: windows-latest
19
+
runs-on: windows-latest
20
20
permissions:
21
21
# required for all workflows
22
22
security-events: write
@@ -32,54 +32,58 @@ jobs:
32
32
fail-fast: false
33
33
matrix:
34
34
include:
35
-
- language: actions
36
-
build-mode: none
37
-
- language: javascript-typescript
38
-
build-mode: none
35
+
- language: actions
36
+
build-mode: none
37
+
- language: javascript-typescript
38
+
build-mode: none
39
39
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
40
40
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
41
41
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
42
42
# 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
# If you wish to specify custom queries, you can do so here or in a config file.
60
-
# By default, queries listed here will override any specified in a config file.
61
-
# Prefix the list here with "+" to use these queries and those in the config file.
51
+
# Add any setup steps before running the `github/codeql-action/init` action.
52
+
# This includes steps like installing compilers or runtimes (`actions/setup-node`
53
+
# or others). This is typically only required for manual builds.
54
+
# - name: Setup runtime (example)
55
+
# uses: actions/setup-example@v1
62
56
63
-
# For more 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
# If you wish to specify custom queries, you can do so here or in a config file.
64
+
# By default, queries listed here will override any specified in a config file.
65
+
# Prefix the list here with "+" to use these queries and those in the config file.
65
66
66
-
# If the analyze step fails for one of the languages you are analyzing with
67
-
# "We were unable to automatically build your code", modify the matrix above
68
-
# to set the build mode to "manual" for that language. Then modify this step
69
-
# to build your code.
70
-
# ℹ️ Command-line programs to run using the OS shell.
71
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
72
-
- if: matrix.build-mode == 'manual'
73
-
shell: bash
74
-
run: |
75
-
echo 'If you are using a "manual" build mode for one or more of the' \
76
-
'languages you are analyzing, replace this with the commands to build' \
77
-
'your code, for example:'
78
-
echo ' make bootstrap'
79
-
echo ' make release'
80
-
exit 1
67
+
# For more 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
68
+
# queries: security-extended,security-and-quality
81
69
82
-
- name: Perform CodeQL Analysis
83
-
uses: github/codeql-action/analyze@v3
84
-
with:
85
-
category: "/language:${{matrix.language}}"
70
+
# If the analyze step fails for one of the languages you are analyzing with
71
+
# "We were unable to automatically build your code", modify the matrix above
72
+
# to set the build mode to "manual" for that language. Then modify this step
73
+
# to build your code.
74
+
# ℹ️ Command-line programs to run using the OS shell.
75
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
76
+
- if: matrix.build-mode == 'manual'
77
+
shell: bash
78
+
run: |
79
+
echo 'If you are using a "manual" build mode for one or more of the' \
80
+
'languages you are analyzing, replace this with the commands to build' \
0 commit comments