Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lukka/get-cmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: lukka/get-cmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 8 contributors

Commits on Jan 28, 2026

  1. Create verified git tags via GitHub API (#235)

    * Initial plan
    
    * Update workflows to create verified git tags using GitHub API
    
    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    
    * Add error handling and validation for GitHub API tag creation
    
    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    
    * Add validation for tag reference creation
    
    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    
    * Use gh api --jq for more robust error handling
    
    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    Copilot and lukka authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    15a85c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. New CMake version(s): cmake-rc-v4.3.0-rc1 (#236)

    Co-authored-by: Anka <runner@iad20-eo1207-8ca19e50-eaa5-470a-bfbe-408aebbca3b7-42B94B9DA4B8.local>
    github-actions[bot] and Anka authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    4f9746d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Bump minimatch from 3.1.2 to 3.1.5 (#238)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    30c1a5f View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 6 to 7 (#228)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    2b80711 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 5 to 6 (#227)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    b9a171a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Bump actions/download-artifact from 7 to 8 (#240)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    54f69bf View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 6 to 7 (#239)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    7697ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. New CMake version(s): cmake-rc-v4.3.0-rc2 (#241)

    Co-authored-by: Anka <runner@sjc22-be105-60e3ca05-a8c3-43e8-8f1f-84fef2c62b0c-AA708C526088.local>
    github-actions[bot] and Anka authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    9cd6c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. New CMake version(s): cmake-rc-v4.3.0-rc3 (#242)

    Co-authored-by: Anka <runner@sat12-bq164-9cfabe1d-6b17-4d19-9e2b-fdc36ff7c912-AE37196453BB.local>
    github-actions[bot] and Anka authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6e70939 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Migrate to Node 24

    Co-authored-by: lukka <681992+lukka@users.noreply.github.com>
    Copilot and lukka committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    9004e45 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. New CMake version(s): cmake-v4.3.0

    Anka authored and lukka committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    b783061 View commit details
    Browse the repository at this point in the history
Loading