-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: swiftlang/github-workflows
base: 0.0.11
head repository: swiftlang/github-workflows
compare: 0.0.12
- 20 commits
- 22 files changed
- 12 contributors
Commits on Apr 22, 2026
-
Bump gregsdennis/dependencies-action from 1.4.1 to 1.4.2 (#266)
Bumps [gregsdennis/dependencies-action](https://github.com/gregsdennis/dependencies-action) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/gregsdennis/dependencies-action/releases) - [Commits](gregsdennis/dependencies-action@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: gregsdennis/dependencies-action dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5eee019 - Browse repository at this point
Copy the full SHA 5eee019View commit details
Commits on Apr 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3280fe0 - Browse repository at this point
Copy the full SHA 3280fe0View commit details
Commits on May 1, 2026
-
Remove workaround for bug triggered by Android environment variable (#…
…246) We had to unset this common Android env var to work around the compiler bug, but it's fixed in the compiler now.
Configuration menu - View commit details
-
Copy full SHA for a2de0e0 - Browse repository at this point
Copy the full SHA a2de0e0View commit details
Commits on May 12, 2026
-
Improve Android SDK build configuration (#269)
- Change default build command to use 'swift build' instead of 'swift build --build-system native' (the 4/27 snapshot contains the requisite changes for Android) - Use the correct host toolchain for Android build/test - Add mention of the specific host SDK being used to build For Wasm, we want to wait until swiftlang/swift-build#1348 lands before unpinning. Co-authored-by: Marc Prud'hommeaux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3aac61 - Browse repository at this point
Copy the full SHA a3aac61View commit details
Commits on May 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 956e9f3 - Browse repository at this point
Copy the full SHA 956e9f3View commit details
Commits on May 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 71b9058 - Browse repository at this point
Copy the full SHA 71b9058View commit details
Commits on May 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ec5f486 - Browse repository at this point
Copy the full SHA ec5f486View commit details
Commits on May 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0366eba - Browse repository at this point
Copy the full SHA 0366ebaView commit details
Commits on Jun 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c8aaa3d - Browse repository at this point
Copy the full SHA c8aaa3dView commit details
Commits on Jun 22, 2026
-
parametrise swift format binary (#285)
It can be useful to be able to control which binary is used for the formatting soundness checks. This is particularly useful if someone wanted to use this script locally to reproduce the formatting check before committing and where they may have more than one binary available.
Configuration menu - View commit details
-
Copy full SHA for 2949ddd - Browse repository at this point
Copy the full SHA 2949dddView commit details -
Extend ignore list in flake8 config (#279)
flake8 disables a number of checks by default, e.g. W503 [1] and W504 [2], which are conflicting checks and are both not violations of the PEP8 standard. In the flake8 config, the `ignore` key overrides the default ignore list, leading to these issues being raised in CI. The `extend-ignore` key extends the default ignore list instead, allowing these issues to correctly remain suppressed. [1]: https://www.flake8rules.com/rules/W503.html [2]: https://www.flake8rules.com/rules/W504.html
Configuration menu - View commit details
-
Copy full SHA for cad6f2b - Browse repository at this point
Copy the full SHA cad6f2bView commit details
Commits on Jun 23, 2026
-
Fix Android build for non-default NDKs with new swift-build build sys…
…tem, by updating ANDROID_NDK_ROOT too (#280) Also, log which NDK is being used.
Configuration menu - View commit details
-
Copy full SHA for 0a4e35d - Browse repository at this point
Copy the full SHA 0a4e35dView commit details
Commits on Jun 24, 2026
-
docs: add missing closing backtick in error message (#286)
The inline code example `swiftlang/swift-syntax was missing its closing backtick in the usage error message.
Configuration menu - View commit details
-
Copy full SHA for 8a9e053 - Browse repository at this point
Copy the full SHA 8a9e053View commit details -
Add retry when retrieving PR information (#284)
* Add retry when retrieving PR information Fixes: #283 * Update .github/workflows/scripts/cross-pr-checkout.swift Co-authored-by: Alex Hoppen <[email protected]> --------- Co-authored-by: Alex Hoppen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9abcbf2 - Browse repository at this point
Copy the full SHA 9abcbf2View commit details
Commits on Jun 25, 2026
-
Docs: provide option to skip analysis in doc-check (#282)
Some projects may not want to run the `--analyze` option on the DocC generation until they are ready. Provide an workflow input option to skip the analyze. While at it, update the `check-docs.sh` script to accept arugments instead of relying on environment variables being set. This allows more easily run the script at-desk. Fixes #2181
Configuration menu - View commit details
-
Copy full SHA for b080ab5 - Browse repository at this point
Copy the full SHA b080ab5View commit details -
Add proposal validation workflow and documentation (#288)
* Add proposal validation workflow and documentation * Add flag to proposal validation workflow to enable testing * Add proposal validation workflow to pull_request workflow for testing * Fix indentation in pull_request.yml --------- Co-authored-by: Mishal Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65527a - Browse repository at this point
Copy the full SHA d65527aView commit details
Commits on Jun 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6078937 - Browse repository at this point
Copy the full SHA 6078937View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda56f6 - Browse repository at this point
Copy the full SHA fda56f6View commit details -
Update default Xcode versions in workflow to Xcode 27 Beta 2 (#293)
Added Xcode version '27.b2' to the default list.
Configuration menu - View commit details
-
Copy full SHA for 1ec62c9 - Browse repository at this point
Copy the full SHA 1ec62c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0793626 - Browse repository at this point
Copy the full SHA 0793626View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.0.11...0.0.12