-
Notifications
You must be signed in to change notification settings - Fork 433
Set up the Swift version the extractor declares #1422
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2474e31
Unconditionally setup Swift 5.7.1
angelapwen 4d8bc9a
Set up Swift version from extractor
angelapwen 50fd9ed
Always setup 5.7.1, stop testing cached for Swift
angelapwen 31aec7e
Set up Swift version extractor declares after `init`
angelapwen 20b2d99
Update CodeQL Path in PR checks
angelapwen bf7b57a
Replace checks for cached
angelapwen f98790d
Update variable assignment
angelapwen ae01aeb
Set Swift env variable globally
angelapwen bf101af
Test resolve languages command
angelapwen 8abe7d8
Simply print the Swift extractor dir
angelapwen f57b19c
Only check Swift version for latest CLIs
angelapwen b72cfb6
Update with correct extractor path
angelapwen 4efa340
Use correct platform for extractor
angelapwen c50429d
Specify v5.7.0 rather than 5.7
angelapwen e605467
Address review comments
angelapwen 8b813b9
Add prepare-test step to composite action
angelapwen 3dcfa89
Change dir instead of re-running prepare test
angelapwen eeabe6a
Print directory after Swift setup Action
angelapwen b44d043
Stop checking out repo again
angelapwen bfbd05f
Use proper file path for setup swift
angelapwen 609cafe
Update .github/setup-swift/action.yml
angelapwen e49ccec
Update file path for setup-swift
angelapwen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Only check Swift version for latest CLIs
- Loading branch information
commit f57b19c508a181e2b2e215611f76a2128eb81199
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We can drop the Windows check here because we haven't put any Windows versions in the matrix?
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.
Yes — but I've actually added it back in the composite action as that might be run from a Windows workflow!