From 82d0d046aea5961d6aa55cb16cb3b1af5f6c63b9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 09:11:18 +0000
Subject: [PATCH 1/2] chore: update used-by badge by github-actions[bot]
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bb4c193..36469b6 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 dac5309d23d05fea18016dbfcc95521a6a647b70 Mon Sep 17 00:00:00 2001
From: shenxianpeng
Date: Mon, 6 Jan 2025 12:08:53 +0200
Subject: [PATCH 2/2] chore: update used-by.yml cron to monthly
---
.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 34bd71e..d6f558e 100644
--- a/.github/workflows/used-by.yml
+++ b/.github/workflows/used-by.yml
@@ -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: