We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28b543 commit cc4b9e8Copy full SHA for cc4b9e8
.github/workflows/gha-codeql.yml
@@ -31,7 +31,11 @@ jobs:
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
33
with:
34
- languages: actions
+ languages: actions, swift
35
queries: security-extended
36
+ - name: Build Swift code
37
+ run: |
38
+ swiftc llvm/test/tools/opt-viewer/Inputs/suppress/s.swift
39
+ swiftc llvm/test/tools/opt-viewer/Inputs/unicode-function-name/s.swift
40
- name: Perform CodeQL Analysis
41
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
0 commit comments