Skip to content

Commit 7010850

Browse files
authored
Remove CQL Swift for v4
Removed CodeQL analysis configuration for Swift.
1 parent 532ce13 commit 7010850

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,3 @@ jobs:
6767
uses: github/codeql-action/autobuild@v4
6868
- name: Perform CodeQL Analysis
6969
uses: github/codeql-action/analyze@v4
70-
71-
codeql-swift:
72-
name: CodeQL (Swift)
73-
needs: detect-changes
74-
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || needs.detect-changes.outputs.swift == 'true'
75-
runs-on: macos-13
76-
permissions:
77-
security-events: write
78-
actions: read
79-
contents: read
80-
steps:
81-
- name: Checkout repository
82-
uses: actions/checkout@v4
83-
- name: Initialize CodeQL
84-
uses: github/codeql-action/init@v4
85-
with:
86-
languages: swift
87-
- name: Autobuild
88-
uses: github/codeql-action/autobuild@v4
89-
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)