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
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ on:
10
10
11
11
jobs:
12
12
analyze:
13
-
name: Analyze
14
13
runs-on: ubuntu-latest
14
+
15
15
permissions:
16
16
actions: read
17
17
contents: read
@@ -27,23 +27,23 @@ jobs:
27
27
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
28
28
29
29
steps:
30
-
- name: Checkout repository
31
-
uses: actions/checkout@v5
32
-
33
-
# Initializes the CodeQL tools for scanning.
34
-
- name: Initialize CodeQL
35
-
uses: github/codeql-action/init@v4
36
-
with:
37
-
languages: ${{ matrix.language }}
38
-
config-file: ./.github/codeql/codeql-config.yml
39
-
# If you wish to specify custom queries, you can do so here or in a config file.
40
-
# By default, queries listed here will override any specified in a config file.
41
-
# Prefix the list here with "+" to use these queries and those in the config file.
42
-
43
-
# 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
44
-
# queries: security-extended,security-and-quality
45
-
46
-
- name: Perform CodeQL Analysis
47
-
uses: github/codeql-action/analyze@v4
48
-
with:
49
-
category: "/language:${{matrix.language}}"
30
+
- name: Checkout
31
+
uses: actions/checkout@v5
32
+
33
+
# Initializes the CodeQL tools for scanning.
34
+
- name: Initialize CodeQL
35
+
uses: github/codeql-action/init@v4
36
+
with:
37
+
languages: ${{ matrix.language }}
38
+
config-file: ./.github/codeql/codeql-config.yml
39
+
# If you wish to specify custom queries, you can do so here or in a config file.
40
+
# By default, queries listed here will override any specified in a config file.
41
+
# Prefix the list here with "+" to use these queries and those in the config file.
42
+
43
+
# 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