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: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.5
Choose a base ref
...
head repository: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.6
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 26, 2025

  1. docs: update steps in docs readme (#360)

    * docs: update docs readme steps
    
    * fix: Update docs/README.rst
    
    Co-authored-by: Brendan <[email protected]>
    
    ---------
    
    Co-authored-by: Brendan <[email protected]>
    shenxianpeng and 2bndy5 authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    b6b607e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. fix: pin Python to 3.12 (#362)

    As of Ubuntu 24.04 LTS, the default version of Python is 3.12. Whereas, Ubuntu 22.04 LTS used Python 3.10, which is reaching End-of-Life next week.
    
    This should helps us control upgrades to Python version while some dependencies, namely `pygit2`, need extra time to add support for the new Python versions.
    
    * bump uv version
    * remove duplicate/faulty CI trigger
    2bndy5 authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    d01bd3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump hustcer/setup-nu in the actions group (#361)

    Bumps the actions group with 1 update: [hustcer/setup-nu](https://github.com/hustcer/setup-nu).
    
    
    Updates `hustcer/setup-nu` from 3.20 to 3.21
    - [Release notes](https://github.com/hustcer/setup-nu/releases)
    - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md)
    - [Commits](hustcer/setup-nu@985d59e...3a97c81)
    
    ---
    updated-dependencies:
    - dependency-name: hustcer/setup-nu
      dependency-version: '3.21'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    815d481 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump cpp-linter from 1.11.2 to 1.11.3 in the org group (#…

    …363)
    
    Bumps the org group with 1 update: [cpp-linter](https://github.com/cpp-linter/cpp-linter).
    
    
    Updates `cpp-linter` from 1.11.2 to 1.11.3
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.11.2...v1.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: cpp-linter
      dependency-version: 1.11.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: org
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    a645cdb View commit details
    Browse the repository at this point in the history
Loading