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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.4
Choose a base ref
...
head repository: cpp-linter/cpp-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 1, 2026

  1. Bump the actions group with 5 updates (#177)

    Bumps the actions group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` |
    | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.4` | `7.1.6` |
    | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` |
    
    
    Updates `actions/checkout` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    Updates `actions/upload-artifact` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@330a01c...b7c566a)
    
    Updates `actions/download-artifact` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@018cc2c...37930b1)
    
    Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@1e862df...681c641)
    
    Updates `codecov/codecov-action` from 5.5.1 to 5.5.2
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@5a10915...671740a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.1.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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 Jan 1, 2026
    Configuration menu
    Copy the full SHA
    4dc4d9d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. chore(dev): pre-commit hooks autoupdate (#178)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10)
    - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
    - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v9.4.0](streetsidesoftware/cspell-cli@v9.2.0...v9.4.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    8529472 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. style: add zizmor config (#181)

    This should allow pinning cpp-linter reusable workflows to a branch.
    
    See [zizmor v1.20 release notes](https://docs.zizmor.sh/release-notes/#1200).
    2bndy5 authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    f9b56dc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Bump the actions group with 4 updates (#182)

    Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `actions/checkout` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e8c483...de0fac2)
    
    Updates `actions/setup-python` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@83679a8...a309ff8)
    
    Updates `release-drafter/release-drafter` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@b1476f6...6db134d)
    
    Updates `astral-sh/setup-uv` from 7.1.6 to 7.2.1
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@681c641...803947b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: release-drafter/release-drafter
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.2.1
      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 Feb 2, 2026
    Configuration menu
    Copy the full SHA
    33a51ca View commit details
    Browse the repository at this point in the history
  2. security(dev): bump virtualenv from 20.35.3 to 20.36.1 (#184)

    Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.3 to 20.36.1.
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.35.3...20.36.1)
    
    ---
    updated-dependencies:
    - dependency-name: virtualenv
      dependency-version: 20.36.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan <[email protected]>
    dependabot[bot] and 2bndy5 authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    1981b88 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. security(dev): bump urllib3 from 2.5.0 to 2.6.3 (#183)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan <[email protected]>
    dependabot[bot] and 2bndy5 authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    bc68d2a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. feat: Allow specifying the base commit for local (non-CI) diffs (#180)

    * Add option to specify base commit
    * Add test
    * Update docs
    
    ---------
    
    Co-authored-by: Brendan <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    4 people authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    b3c28b6 View commit details
    Browse the repository at this point in the history
Loading