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
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
42
+
include:
43
+
# Analyze Go code
44
+
- language: go
45
+
build-mode: manual
43
46
44
47
steps:
45
48
- name: Checkout
@@ -50,19 +53,6 @@ jobs:
50
53
- name: Install dependencies
51
54
run: sudo apt update && sudo apt install -y wabt
52
55
53
-
# Initializes the CodeQL tools for scanning.
54
-
- name: Initialize CodeQL
55
-
uses: github/codeql-action/init@v2
56
-
with:
57
-
languages: ${{ matrix.language }}
58
-
# If you wish to specify custom queries, you can do so here or in a config file.
59
-
# By default, queries listed here will override any specified in a config file.
60
-
# Prefix the list here with "+" to use these queries and those in the config file.
61
-
62
-
# 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.
143
+
# By default, queries listed here will override any specified in a config file.
144
+
# Prefix the list here with "+" to use these queries and those in the config file.
145
+
146
+
# 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