-
Notifications
You must be signed in to change notification settings - Fork 401
Pin Xcode 16 #3063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin Xcode 16 #3063
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR pins the CodeQL Action's Swift-related tests to use Xcode 16 specifically on macOS runners. The change removes the previous Swift setup action and replaces it with a direct Xcode version selection approach.
Key changes:
- Adds Xcode 16 selection step to all Swift-related test workflows
- Removes the custom Swift setup action that was previously used
- Ensures consistent Xcode version across all Swift testing environments
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
pr-checks/checks/swift-custom-build.yml | Adds Xcode 16 pinning and removes Swift setup action |
pr-checks/checks/swift-autobuild.yml | Adds Xcode 16 pinning and removes Swift setup action |
pr-checks/checks/multi-language-autodetect.yml | Adds Xcode 16 pinning and removes Swift setup action |
pr-checks/checks/export-file-baseline-information.yml | Adds Xcode 16 pinning and removes Swift setup action |
.github/workflows/__swift-custom-build.yml | Generated workflow file reflecting the Swift test changes |
.github/workflows/__swift-autobuild.yml | Generated workflow file reflecting the Swift test changes |
.github/workflows/__multi-language-autodetect.yml | Generated workflow file reflecting the Swift test changes |
.github/workflows/__export-file-baseline-information.yml | Generated workflow file reflecting the Swift test changes |
.github/actions/setup-swift/action.yml | Removes the entire Swift setup action as it's no longer needed |
1839709
to
c0abce9
Compare
@redsun82 I have removed the pinning step from the two workflows that only use |
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist