From 29c78e608ec55608a36cf5d2759f31b01c71f1db Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2024 14:40:52 +0300
Subject: [PATCH 1/5] chore: update used-by badge by github-actions[bot] (#260)
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 0ce7700..9055a06 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# C/C++ Linter Action | clang-format & clang-tidy

-[](https://github.com/cpp-linter/cpp-linter-action/network/dependents)
+[](https://github.com/cpp-linter/cpp-linter-action/network/dependents)
[](https://github.com/marketplace/actions/c-c-linter)
[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
From 62c21eb97b91d267cca1d157a320d22665289925 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 22:53:03 +0300
Subject: [PATCH 2/5] chore: update used-by badge by github-actions[bot] (#261)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9055a06..938b24c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# C/C++ Linter Action | clang-format & clang-tidy

-[](https://github.com/cpp-linter/cpp-linter-action/network/dependents)
+[](https://github.com/cpp-linter/cpp-linter-action/network/dependents)
[](https://github.com/marketplace/actions/c-c-linter)
[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
From ca4c3be5b5465522105fc8c7402dc7895b29bfdc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 22:53:13 +0300
Subject: [PATCH 3/5] Bump peter-evans/create-pull-request from 6 to 7 in the
actions group (#263)
---
.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 ea70dc8..3dbf333 100644
--- a/.github/workflows/used-by.yml
+++ b/.github/workflows/used-by.yml
@@ -17,7 +17,7 @@ jobs:
update-badge: 'true'
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
add-paths: "README.md" # the file path to commit
commit-message: "chore: update used-by badge by github-actions[bot]"
From 3a0a41ae8e5d5b19800ea568fa24ac2fbb7e70fe Mon Sep 17 00:00:00 2001
From: Brendan <2bndy5@gmail.com>
Date: Sun, 15 Sep 2024 23:56:04 -0700
Subject: [PATCH 4/5] add database to list of features in issue template (#264)
Adds the `database` input to the list of existing features in the issue template for feature requests.
---
.github/ISSUE_TEMPLATE/feature-request.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 39a4d77..24a13bf 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -11,6 +11,7 @@ body:
multiple: true
options:
- version
+ - database
- thread-comments
- tidy-checks
- style
From 5e6d00d7fd8f3ac1867aa188e40912ed5c2b0659 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Sep 2024 12:27:03 -0700
Subject: [PATCH 5/5] Bump cpp-linter from 1.10.0 to 1.10.1 in the pip group
(#262)
Bumps the pip group with 1 update: [cpp-linter](https://github.com/cpp-linter/cpp-linter).
Updates `cpp-linter` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter/compare/v1.10.0...v1.10.1)
---
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 07932df..3117c2a 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.0
+cpp-linter==1.10.1