ci: pin jwlawson/actions-setup-cmake to v2.2#1678
Closed
CedricGuillemet wants to merge 1 commit into
Closed
Conversation
Updates the action ref from @v2 to @v2.2 across all workflows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Pins the jwlawson/actions-setup-cmake GitHub Action to a specific minor version (v2.2) across the repository’s CI workflows to avoid the moving @v2 tag.
Changes:
- Updated CI workflows to use
jwlawson/actions-setup-cmake@v2.2instead of@v2. - Applied the same pin consistently across build and test-install workflow files.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/build-android.yml | Pin CMake setup action to v2.2 for Android CI builds. |
| .github/workflows/build-ios.yml | Pin CMake setup action to v2.2 for iOS CI builds. |
| .github/workflows/build-linux.yml | Pin CMake setup action to v2.2 for Linux CI builds. |
| .github/workflows/build-macos.yml | Pin CMake setup action to v2.2 for macOS CI builds. |
| .github/workflows/build-uwp.yml | Pin CMake setup action to v2.2 for UWP CI builds. |
| .github/workflows/build-win32.yml | Pin CMake setup action to v2.2 for Win32 CI builds. |
| .github/workflows/build-win32-shader.yml | Pin CMake setup action to v2.2 for shader test CI workflow. |
| .github/workflows/test-install-ios.yml | Pin CMake setup action to v2.2 for iOS install test workflow. |
| .github/workflows/test-install-linux.yml | Pin CMake setup action to v2.2 for Linux install test workflow. |
| .github/workflows/test-install-macos.yml | Pin CMake setup action to v2.2 for macOS install test workflow. |
| .github/workflows/test-install-win32.yml | Pin CMake setup action to v2.2 for Win32 install test workflow. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Pins
jwlawson/actions-setup-cmakefrom the floating@v2tag to@v2.2across all CI workflows.Files changed (11)
.github/workflows/build-android.yml.github/workflows/build-ios.yml.github/workflows/build-linux.yml.github/workflows/build-macos.yml.github/workflows/build-uwp.yml.github/workflows/build-win32.yml.github/workflows/build-win32-shader.yml.github/workflows/test-install-ios.yml.github/workflows/test-install-linux.yml.github/workflows/test-install-macos.yml.github/workflows/test-install-win32.ymlEach is a one-line change:
jwlawson/actions-setup-cmake@v2→jwlawson/actions-setup-cmake@v2.2.