diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 02a0e8c9f..5b52dfa1e 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -43,7 +43,7 @@ jobs: go build ./... go generate -x -tags=tools ./pam - name: C code formatting - uses: jidicula/clang-format-action@v4.16.0 + uses: jidicula/clang-format-action@v4.18.0 with: include-regex: '^.*\.(c|h)$' # Makes sure to run only on C (source and header) files exclude-regex: 'vendor' # Excludes the vendor directory