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