From 574995826c8ed9794dc2878a9963c3126b12f09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:15:34 +0300 Subject: [PATCH 1/3] Bump shenxianpeng/used-by from 0.1.2 to 0.1.4 in the actions group (#272) Bumps the actions group with 1 update: [shenxianpeng/used-by](https://github.com/shenxianpeng/used-by). Updates `shenxianpeng/used-by` from 0.1.2 to 0.1.4 - [Release notes](https://github.com/shenxianpeng/used-by/releases) - [Commits](https://github.com/shenxianpeng/used-by/compare/v0.1.2...v0.1.4) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/used-by.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml index 3dbf333..2c4d64e 100644 --- a/.github/workflows/used-by.yml +++ b/.github/workflows/used-by.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: shenxianpeng/used-by@v0.1.2 + - uses: shenxianpeng/used-by@v0.1.4 with: repo: '${{ github.repository }}' update-badge: 'true' From fc3e8f8453ebca69b8032a39b374f6e1cbd59ce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:43:13 +0300 Subject: [PATCH 2/3] chore: update used-by badge by github-actions[bot] (#273) Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f95384..8b608b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ # C/C++ Linter Action | clang-format & clang-tidy ![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=652&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +[![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) [![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) From e3fcb174b19d50de4eae1b46896698a1dd48b094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:09:56 -0700 Subject: [PATCH 3/3] Bump cpp-linter from 1.10.3 to 1.10.4 in the pip group (#277) Bumps the pip group with 1 update: [cpp-linter](https://github.com/cpp-linter/cpp-linter). Updates `cpp-linter` from 1.10.3 to 1.10.4 - [Release notes](https://github.com/cpp-linter/cpp-linter/releases) - [Commits](https://github.com/cpp-linter/cpp-linter/compare/v1.10.3...v1.10.4) --- updated-dependencies: - dependency-name: cpp-linter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec63a25..3e4e6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ clang-tools==0.13.1 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter -cpp-linter==1.10.3 +cpp-linter==1.10.4