Skip to content

Commit 3ac5cef

Browse files
committed
ci(codeql): switch setup-xcode action to mxcl/xcodebuild
- https://github.com/mxcl/xcodebuild
1 parent 7bc36d8 commit 3ac5cef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
matrix:
5454
swift: ["5.10.1"]
5555
os: [macos-latest]
56+
platform:
57+
- macOS
58+
- watchOS
59+
- tvOS
60+
- iOS
5661
include:
5762
- language: swift
5863
# build-mode: autobuild
@@ -66,9 +71,9 @@ jobs:
6671
# 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
6772
steps:
6873
- name: Initialize latest xcode
69-
uses: maxim-lobanov/[email protected].0
74+
uses: mxcl/[email protected].0
7075
with:
71-
xcode-version: latest-stable
76+
platform: ${{ matrix.platform }}
7277

7378
- name: Initialize Swift
7479
uses: swift-actions/[email protected]

0 commit comments

Comments
 (0)