Skip to content

Commit

Permalink
ci(codeql): switch setup-xcode action to mxcl/xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Aug 12, 2024
1 parent 7bc36d8 commit 3ac5cef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
matrix:
swift: ["5.10.1"]
os: [macos-latest]
platform:
- macOS
- watchOS
- tvOS
- iOS
include:
- language: swift
# build-mode: autobuild
Expand All @@ -66,9 +71,9 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Initialize latest xcode
uses: maxim-lobanov/[email protected].0
uses: mxcl/[email protected].0
with:
xcode-version: latest-stable
platform: ${{ matrix.platform }}

- name: Initialize Swift
uses: swift-actions/[email protected]
Expand Down

0 comments on commit 3ac5cef

Please sign in to comment.