Skip to content

Commit 2948f40

Browse files
authored
Remove CodeQL
It's not working with Swift and always fails
1 parent fbb0459 commit 2948f40

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -96,24 +96,3 @@ jobs:
9696
with:
9797
codecov_token: ${{ secrets.CODECOV_TOKEN }}
9898
verbose: true
99-
100-
codeql:
101-
if: ${{ !(github.event.pull_request.draft || false) }}
102-
name: CodeQL Analysis
103-
runs-on: ubuntu-latest
104-
container:
105-
image: swift:6.0-noble
106-
permissions: { actions: write, contents: read, security-events: write }
107-
steps:
108-
- name: Checkout code
109-
uses: actions/checkout@v5
110-
- name: Mark repo safe
111-
run: |
112-
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
113-
- name: Initialize CodeQL
114-
uses: github/codeql-action/init@v3
115-
with: { languages: swift }
116-
- name: Perform build
117-
run: swift build
118-
- name: Run CodeQL analyze
119-
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)