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.13.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: main
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 21, 2024

  1. Copy the full SHA
    9ce54f4 View commit details

Commits on Nov 5, 2024

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

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 5, 2024
    Copy the full SHA
    81a0114 View commit details

Commits on Nov 25, 2024

  1. 1
    Copy the full SHA
    667db28 View commit details

Commits on Dec 12, 2024

  1. Bump cpp-linter in the pip group across 1 directory (#287)

    Bumps the pip group with 1 update in the / directory: [cpp-linter](https://github.com/cpp-linter/cpp-linter).
    
    
    Updates `cpp-linter` from 1.10.4 to 1.10.6
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.10.4...v1.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: cpp-linter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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 Dec 12, 2024
    1
    Copy the full SHA
    832a609 View commit details

Commits on Dec 17, 2024

  1. 1
    Copy the full SHA
    e1223c4 View commit details

Commits on Jan 6, 2025

  1. chore: automatically update used-by badge (#285)

    * chore: update used-by badge by github-actions[bot]
    
    * chore: update used-by.yml cron to monthly
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
    github-actions[bot] and shenxianpeng authored Jan 6, 2025
    Copy the full SHA
    c2da070 View commit details

Commits on Mar 1, 2025

  1. Copy the full SHA
    1f17bee View commit details
Showing with 8 additions and 7 deletions.
  1. +1 −1 .github/workflows/self-test.yml
  2. +2 −1 .github/workflows/used-by.yml
  3. +1 −1 README.md
  4. +2 −2 action.yml
  5. +2 −2 requirements.txt
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18']
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19']
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
3 changes: 2 additions & 1 deletion .github/workflows/used-by.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Used By
on:
schedule:
# https://crontab.guru/
- cron: '0 9 * * 1' # At 09:00 on Monday.
- cron: '0 9 1 * *' # At 09:00 on day-of-month 1
workflow_dispatch:

jobs:
@@ -21,6 +21,7 @@ jobs:
with:
add-paths: "README.md" # the file path to commit
commit-message: "chore: update used-by badge by github-actions[bot]"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
title: "chore: automatically update used-by badge"
base: main
labels: skip-changelog
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
# C/C++ Linter Action <sub><sup>| clang-format & clang-tidy</sup></sub>

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action)
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=674&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents)<!-- used by badge -->
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=757&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents)<!-- used by badge -->
[![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Linter-blue?logo=github)](https://github.com/marketplace/actions/c-c-linter)
[![cpp-linter](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
[![MkDocs Deploy](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -39,12 +39,12 @@ inputs:
version:
description: |
The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use.
Accepted options are strings which can be 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
Accepted options are strings which can be 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
- Set this option to a blank string (`''`) to use the platform's default installed version.
- This value can also be a path to where the clang tools are installed (if using a custom install location).
required: false
default: 12
default: 14
verbosity:
description: |
This controls the action's verbosity in the workflow's logs.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install clang-tools binaries (clang-format, clang-tidy)
# For details please see: https://github.com/cpp-linter/clang-tools-pip
clang-tools==0.13.1
clang-tools==0.14.0

# cpp-linter core Python executable package
# For details please see: https://github.com/cpp-linter/cpp-linter
cpp-linter==1.10.4
cpp-linter==1.10.6