Skip to content

Commit

Permalink
Merge pull request #517 from checkout/fix/codeql-scan-2
Browse files Browse the repository at this point in the history
Analyze CodeQL scanned files
  • Loading branch information
aashna-narula-cko authored Feb 20, 2024
2 parents aaa5db7 + 2c5f762 commit 6bcf57d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ jobs:
run: |
xcodebuild -scheme FramesTests -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" test
- name: Build iOS Example Frame SPM
run: |
cd iOS\ Example\ Frame\ SPM
xcodebuild build -scheme iOS\ Example\ Frame -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
- name: Build UITest
run: |
cd iOS\ Example\ Frame\ SPM
xcodebuild -scheme UITest -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
# Perform analysis on the code
- name: Analyze code with CodeQL
uses: github/codeql-action/analyze@v2
with:
database: ${{ github.workspace }}

0 comments on commit 6bcf57d

Please sign in to comment.