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.2
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.10.3
Choose a head ref
  • 8 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 22, 2024

  1. fix test CI issue by calling self test action (#217)

    * Checkout pull request HEAD commit
    
    * Update run-test.yml
    
    * Update run-test.yml
    
    * updaste run-test.yml
    
    * change pull_request_target to pull_request
    
    * change git tag command
    
    * change pull_request_target to pull_request
    
    * delete tag before create
    
    * change git tag commands
    
    * cancel previours build when trigger a new build
    
    * update step name
    
    * update concurrency group
    
    * don't arbitrarily ignore errors
    
    * Update run-test.yml
    
    * support workflow_dispatch event
    
    * add a self test action
    
    * Update self-test.yml
    
    * remove run-test.yml
    
    * ignore venv folder
    
    * add step-summary to test
    
    * Update .github/workflows/self-test.yml
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    
    * Update .github/workflows/self-test.yml
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    
    * Update .github/workflows/self-test.yml
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    
    * Update .github/workflows/self-test.yml
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    
    ---------
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    shenxianpeng and 2bndy5 authored Mar 22, 2024
    1 Configuration menu
    Copy the full SHA
    7c32efe View commit details
    Browse the repository at this point in the history
  2. chore: update used-by badge by github-actions[bot] (#218)

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

Commits on Mar 25, 2024

  1. Bump the actions group with 1 update (#221)

    Bumps the actions group with 1 update: [shenxianpeng/used-by](https://github.com/shenxianpeng/used-by).
    
    
    Updates `shenxianpeng/used-by` from 0.1.0 to 0.1.1
    - [Release notes](https://github.com/shenxianpeng/used-by/releases)
    - [Commits](shenxianpeng/used-by@v0.1.0...v0.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: shenxianpeng/used-by
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9765cc6 View commit details
    Browse the repository at this point in the history
  2. Bump the actions group with 1 update (#222)

    Bumps the actions group with 1 update: [shenxianpeng/used-by](https://github.com/shenxianpeng/used-by).
    
    
    Updates `shenxianpeng/used-by` from 0.1.1 to 0.1.2
    - [Release notes](https://github.com/shenxianpeng/used-by/releases)
    - [Commits](shenxianpeng/used-by@v0.1.1...v0.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: shenxianpeng/used-by
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6724b70 View commit details
    Browse the repository at this point in the history
  3. chore: update used-by badge by github-actions[bot] (#220)

    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    github-actions[bot] and shenxianpeng authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    21c0db1 View commit details
    Browse the repository at this point in the history
  4. update used-by.yml to skip clangelog (#223)

    * update used-by.yml to skip clangelog
    
    * Update used-by.yml
    shenxianpeng authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    184ae89 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. generate inputs-outputs doc (#216)

    * don't error out on new I/O options; add prompts for failed assertions
    * allow use of latest tag in minimum-version of docs/actions.yml
    2bndy5 authored Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    d622b2b View commit details
    Browse the repository at this point in the history
Loading