From be3249984597cba9ba0b4eb7876ae5d86df59816 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Thu, 14 Dec 2023 05:22:51 -0800 Subject: [PATCH] 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 227e43a..fa569aa 100644 --- a/.github/workflows/cpp-lint-action.yml +++ b/.github/workflows/cpp-lint-action.yml @@ -32,7 +32,7 @@ jobs: run: mkdir build && cmake -Bbuild src - name: Run linter as action - uses: cpp-linter/cpp-linter-action@latest + uses: cpp-linter/cpp-linter-action@dependabot/pip/cpp-linter-1.6.3 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}