Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz authored Dec 17, 2024
1 parent 70feba9 commit ec82410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
run: |
echo "Pods are already installed, skipping pod install"
# Run pod install to ensure synchronization without changing the Pods folder
- name: Ensure Podfile and Podfile.lock are in sync
if: matrix.language == 'swift'
run: |
pod install --repo-update
# Initializes the CodeQL tools for scanning
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand All @@ -65,6 +71,7 @@ jobs:
if: matrix.language == 'swift'
run: |
xcodebuild -scheme WarDragon -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.1' clean build
# Perform CodeQL Analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit ec82410

Please sign in to comment.