Skip to content

ci: pin jwlawson/actions-setup-cmake to v2.2#1678

Closed
CedricGuillemet wants to merge 1 commit into
BabylonJS:masterfrom
CedricGuillemet:update-actions-setup-cmake-2.2
Closed

ci: pin jwlawson/actions-setup-cmake to v2.2#1678
CedricGuillemet wants to merge 1 commit into
BabylonJS:masterfrom
CedricGuillemet:update-actions-setup-cmake-2.2

Conversation

@CedricGuillemet
Copy link
Copy Markdown
Collaborator

Summary

Pins jwlawson/actions-setup-cmake from the floating @v2 tag to @v2.2 across 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.yml

Each is a one-line change: jwlawson/actions-setup-cmake@v2jwlawson/actions-setup-cmake@v2.2.

Updates the action ref from @v2 to @v2.2 across all workflows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 27, 2026 17:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.2 instead 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants