From de588fb2cf0b8a9b78e17789446e42bb522da238 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 14 Sep 2025 16:01:43 -0700 Subject: [PATCH 1/2] switch to dependabot branch --- .github/workflows/cpp-lint-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-lint-action.yml b/.github/workflows/cpp-lint-action.yml index 31d72e0..d2f217f 100644 --- a/.github/workflows/cpp-lint-action.yml +++ b/.github/workflows/cpp-lint-action.yml @@ -38,7 +38,7 @@ jobs: run: mkdir build && cmake -Bbuild src - name: Run linter as action - uses: cpp-linter/cpp-linter-action@main + uses: cpp-linter/cpp-linter-action@dependabot/uv/pip-7d7e6381bc id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 39e7dcfcc28d8adbb89dffda545d95f489e374b4 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 14 Sep 2025 16:05:55 -0700 Subject: [PATCH 2/2] trigger on PR event --- .github/workflows/cpp-lint-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cpp-lint-action.yml b/.github/workflows/cpp-lint-action.yml index d2f217f..30702c5 100644 --- a/.github/workflows/cpp-lint-action.yml +++ b/.github/workflows/cpp-lint-action.yml @@ -3,6 +3,7 @@ name: cpp-linter as action on: workflow_dispatch: workflow_call: + pull_request: jobs: