Skip to content

Commit

Permalink
checkpatch: update image tag to latest
Browse files Browse the repository at this point in the history
Update the tag for the checkpatch image in order to benefit from the
latest changes when running the GitHub action:

- Fix and update the issues reported by checkpatch.
- Allow for passing arguments directly to checkpatch.pl (not just the
  bash script), such as --fix-inplace.

See cilium/image-tools#85.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and aanm committed Nov 11, 2020
1 parent 1d8763d commit 3ca315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Run checkpatch.pl
uses: docker://cilium/cilium-checkpatch:5b099019bf0db775b33b3f32cd5ecea55dd15f21
uses: docker://cilium/cilium-checkpatch:f5443bb156d5ac4110ede4b501d6a2cf356d3202
coccicheck:
name: coccicheck
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ca315d

Please sign in to comment.