Skip to content

Commit

Permalink
Merge pull request #516 from checkout/fix/codeql-scan
Browse files Browse the repository at this point in the history
Analyze CodeQL scanned files
  • Loading branch information
aashna-narula-cko authored Feb 15, 2024
2 parents c0ef47c + 796224f commit aaa5db7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,17 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: security-and-quality

- name: Build
- name: Build Frames
run: |
xcodebuild -scheme Frames -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
- name: Perform CodeQL Analysis
- name: Build FramesTests
run: |
xcodebuild -scheme FramesTests -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" test
# Perform analysis on the code
- name: Analyze code with CodeQL
uses: github/codeql-action/analyze@v2
with:
database: ${{ github.workspace }}

0 comments on commit aaa5db7

Please sign in to comment.