From ce2a4da214f072ed4fb743cdc082339012d8c5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:33:12 +0000 Subject: [PATCH] build(deps): bump cpp-linter/cpp-linter-action from 2.16.4 to 2.16.6 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.16.4 to 2.16.6. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.16.4...v2.16.6) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55e0bfa..94892c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - run: sudo apt-get update && sudo apt-get install -y libbpf-dev libxdp-dev - - uses: cpp-linter/cpp-linter-action@v2.16.4 + - uses: cpp-linter/cpp-linter-action@v2.16.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: