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.11.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.12.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 5 contributors

Commits on Apr 1, 2024

  1. chore: update used-by badge by github-actions[bot] (#228)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    85b82ef View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore: update used-by badge by github-actions[bot] (#229)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c07c25d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d8794 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    bbc2138 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: update used-by badge by github-actions[bot] (#232)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored Apr 22, 2024
    1 Configuration menu
    Copy the full SHA
    a3ed755 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. 1 Configuration menu
    Copy the full SHA
    08fd783 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. chore: update used-by badge by github-actions[bot] (#241)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored May 28, 2024
    1 Configuration menu
    Copy the full SHA
    8147325 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: update used-by badge by github-actions[bot] (#245)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored Jun 3, 2024
    1 Configuration menu
    Copy the full SHA
    91cfe27 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. using homebrew to install clang tools on mac runner (#244)

    - manually symlink llvm binaries
    - continue despite homebrew error
    2bndy5 authored Jun 6, 2024
    1 Configuration menu
    Copy the full SHA
    09a8c47 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Bump the pip group across 1 directory with 2 updates (#247)

    * Bump the pip group across 1 directory with 2 updates
    
    Bumps the pip group with 2 updates in the / directory: [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.1 to 0.13.0
    - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases)
    - [Commits](cpp-linter/clang-tools-pip@v0.12.1...v0.13.0)
    
    Updates `cpp-linter` from 1.8.1 to 1.10.0
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.8.1...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: clang-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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>
    
    * add tool-specific ignore options
    
    resolves #233
    
    * add input for passive reviews
    
    resolves #243
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan <2bndy5@gmail.com>
    dependabot[bot] and 2bndy5 authored Jun 8, 2024
    1 Configuration menu
    Copy the full SHA
    820b182 View commit details
    Browse the repository at this point in the history
Loading