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.19.0
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.20.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 22, 2026

  1. chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the actions…

    … group (#451)
    
    chore(deps): bump actions/checkout in the actions group
    
    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.3 to 7.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@df4cb1c...9c091bb)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      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 Jun 22, 2026
    Configuration menu
    Copy the full SHA
    eaab6a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. chore(deps): bump actions/cache from 5 to 6 in the actions group (#453)

    * chore(deps): bump actions/cache from 5 to 6 in the actions group
    
    Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache).
    
    
    Updates `actions/cache` from 5 to 6
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Apply suggestion from @shenxianpeng
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xianpeng Shen <[email protected]>
    dependabot[bot] and shenxianpeng authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    51286ac View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. feat: add summary output file input (#455)

    - Upgrade `cpp-linter` dependency to support the option
    - Update lockfile
    philippkarg authored Jun 27, 2026
    Configuration menu
    Copy the full SHA
    415052a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2026

  1. chore(deps-dev): bump ruff from 0.15.17 to 0.15.20 (#454)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.15.20.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.15.17...0.15.20)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.15.20
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xianpeng Shen <[email protected]>
    dependabot[bot] and shenxianpeng authored Jun 28, 2026
    Configuration menu
    Copy the full SHA
    8e85cd0 View commit details
    Browse the repository at this point in the history
Loading