Skip to content

Commit f2aad47

Browse files
authored
Remove CodeQL
1 parent 45584cb commit f2aad47

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,27 +96,6 @@ jobs:
9696
cc_token: ${{ secrets.CODECOV_TOKEN }}
9797
cc_verbose: true
9898

99-
codeql:
100-
if: ${{ !(github.event.pull_request.draft || false) }}
101-
name: CodeQL Analysis
102-
runs-on: ubuntu-latest
103-
container:
104-
image: swift:5.9-jammy
105-
permissions: { actions: write, contents: read, security-events: write }
106-
steps:
107-
- name: Checkout code
108-
uses: actions/checkout@v5
109-
- name: Mark repo safe
110-
run: |
111-
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
112-
- name: Initialize CodeQL
113-
uses: github/codeql-action/init@v3
114-
with: { languages: swift }
115-
- name: Perform build
116-
run: swift build
117-
- name: Run CodeQL analyze
118-
uses: github/codeql-action/analyze@v3
119-
12099
dependency-graph:
121100
if: ${{ github.event_name == 'push' }}
122101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)