Skip to content

Commit

Permalink
fixup! Enable CodeQL for Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Feb 26, 2024
1 parent b7f9e22 commit 4de285d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
run-codeql-linux:
name: Run CodeQL
runs-on: macos-14
env:
DEVELOPER_DIR: "/Applications/Xcode_15.2.0.app/Contents/Developer"
timeout-minutes: 10
permissions:
security-events: write

Expand All @@ -21,3 +24,9 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: swift
- name: Build macOS
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project " ./App/InAppPurchaseViewer/InAppPurchaseViewer.xcodeproj" -scheme "InAppPurchaseViewer" -destination "platform=macOS" clean build | xcpretty
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:swift"

0 comments on commit 4de285d

Please sign in to comment.