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
# If you wish to specify custom queries, you can do so here or in a config file.
56
-
# By default, queries listed here will override any specified in a config file.
57
-
# Prefix the list here with "+" to use these queries and those in the config file.
51
+
# Initializes the CodeQL tools for scanning.
52
+
- name: Initialize CodeQL
53
+
uses: github/codeql-action/init@v2
54
+
with:
55
+
languages: ${{ matrix.language }}
56
+
# If you wish to specify custom queries, you can do so here or in a config file.
57
+
# By default, queries listed here will override any specified in a config file.
58
+
# Prefix the list here with "+" to use these queries and those in the config file.
58
59
59
-
# 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
60
-
# queries: security-extended,security-and-quality
61
-
- name: Build
62
-
run: |
63
-
./bootstrap.sh
64
-
./configure
65
-
make
60
+
# For more details on CodeQL's query packs, refer to:
0 commit comments