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
+37-38Lines changed: 37 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: "CodeQL Advanced"
2
2
3
3
on:
4
4
push:
5
-
branches: ["main"]
5
+
branches: ["main"]
6
6
pull_request:
7
7
branches: [ "main" ]
8
8
schedule:
@@ -27,45 +27,44 @@ jobs:
27
27
fail-fast: false
28
28
matrix:
29
29
include:
30
-
- language: python
31
-
build-mode: none
32
-
- language: swift
33
-
build-mode: manual
30
+
- language: python
31
+
build-mode: none
32
+
- language: swift
33
+
build-mode: manual
34
34
steps:
35
-
- name: Checkout repository
36
-
uses: actions/checkout@v4
37
-
38
-
# Initializes the CodeQL tools for scanning.
39
-
- name: Initialize CodeQL
40
-
uses: github/codeql-action/init@v3
41
-
with:
42
-
languages: ${{ matrix.language }}
43
-
build-mode: ${{ matrix.build-mode }}
44
-
# If you wish to specify custom queries, you can do so here or in a config file.
45
-
# By default, queries listed here will override any specified in a config file.
46
-
# Prefix the list here with "+" to use these queries and those in the config file.
35
+
- name: Checkout repository
36
+
uses: actions/checkout@v4
47
37
48
-
# 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
49
-
# queries: security-extended,security-and-quality
38
+
# Initializes the CodeQL tools for scanning.
39
+
- name: Initialize CodeQL
40
+
uses: github/codeql-action/init@v3
41
+
with:
42
+
languages: ${{ matrix.language }}
43
+
build-mode: ${{ matrix.build-mode }}
44
+
# If you wish to specify custom queries, you can do so here or in a config file.
45
+
# By default, queries listed here will override any specified in a config file.
46
+
# Prefix the list here with "+" to use these queries and those in the config file.
50
47
51
-
- if: matrix.build-mode == 'manual'
52
-
uses: ./.github/actions/set-xcode-version
48
+
# 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
0 commit comments