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

Commits on Mar 27, 2024

  1. Docs typo (#225)

    - fix a docs typo about `pull-requests` permissions
    - add write permissions to token in self-test CI
    - improve self-test CI step that shows `*checks-failed` outputs
    2bndy5 authored Mar 27, 2024
    2 Configuration menu
    Copy the full SHA
    f487388 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Assess push permission (#226)

    * use `contents: write` permission to post comments on push events
    * update docs
    2bndy5 authored Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    18f236b View commit details
    Browse the repository at this point in the history
  2. Bump the pip group with 2 updates (#227)

    Bumps the pip group with 2 updates: [clang-tools](https://github.com/cpp-linter/clang-tools-pip) and [cpp-linter](https://github.com/cpp-linter/cpp-linter).
    
    
    Updates `clang-tools` from 0.12.0 to 0.12.1
    - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases)
    - [Commits](cpp-linter/clang-tools-pip@v0.12.0...v0.12.1)
    
    Updates `cpp-linter` from 1.7.4 to 1.8.1
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.7.4...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: clang-tools
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: cpp-linter
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    0061cab View commit details
    Browse the repository at this point in the history
  3. Enable parallelism (#213)

    * feat: add --jobs parameter to action
      See cpp-linter/cpp-linter#92 for the related CLI updates.
    * adjustments for docs
    ---------
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    jnooree and 2bndy5 authored Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    065b5ba View commit details
    Browse the repository at this point in the history
Loading