From 1ff0dd41efc9bac6f558013348cf8d25aea3e28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:44:19 +0000 Subject: [PATCH] deps(ci): bump jidicula/clang-format-action from 4.13.0 to 4.14.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 653de5291..19bb43deb 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -38,7 +38,7 @@ jobs: go build ./... go generate -x -tags=tools ./pam - name: C code formatting - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: include-regex: '^.*\.(c|h)$' # Makes sure to run only on C (source and header) files exclude-regex: 'vendor' # Excludes the vendor directory