Skip to content

Commit 2b5b63f

Browse files
authored
Update CodeQL workflow to include Swift only
Removed support for Python, Ruby, and C/C++ languages in CodeQL workflow.
1 parent 0ea96e7 commit 2b5b63f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
- language: javascript-typescript
47-
build-mode: none
48-
- language: python
49-
build-mode: none
50-
- language: ruby
51-
build-mode: none
52-
- language: c-cpp
46+
- language: swift
5347
build-mode: none
5448

5549
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
@@ -96,4 +90,4 @@ jobs:
9690
- name: Perform CodeQL Analysis
9791
uses: github/codeql-action/analyze@v3
9892
with:
99-
category: "/language:${{matrix.language}}"
93+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)