Skip to content

Commit 5540655

Browse files
Merge pull request #178 from SwiftFiddle/codeql
Remove CodeQL for Swift
2 parents bef50c6 + 2f847ba commit 5540655

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ on:
2020
schedule:
2121
- cron: "33 21 * * 4"
2222

23-
env:
24-
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
25-
2623
jobs:
2724
analyze:
2825
name: Analyze
2926
runs-on: ubuntu-latest
30-
container: swift:5.7.3-focal
3127
permissions:
3228
actions: read
3329
contents: read
@@ -36,7 +32,7 @@ jobs:
3632
strategy:
3733
fail-fast: false
3834
matrix:
39-
language: ["javascript", "swift"]
35+
language: ["javascript"]
4036
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
4137
# Learn more:
4238
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
@@ -59,7 +55,6 @@ jobs:
5955
# If this step fails, then you should remove it and run the build manually (see below)
6056
- name: Autobuild
6157
uses: github/codeql-action/autobuild@v2
62-
if: matrix.language == 'javascript'
6358

6459
# ℹ️ Command-line programs to run using the OS shell.
6560
# 📚 https://git.io/JvXDl
@@ -68,10 +63,9 @@ jobs:
6863
# and modify them (or add more) to build your code if your project
6964
# uses a compiled language
7065

71-
- run: swift build
72-
if: matrix.language == 'swift'
66+
#- run: |
67+
# make bootstrap
68+
# make release
7369

7470
- name: Perform CodeQL Analysis
7571
uses: github/codeql-action/analyze@v2
76-
with:
77-
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)