We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42d2b commit cdf6257Copy full SHA for cdf6257
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- run: mix compile
25
- run: mix credo suggest --format=sarif --mute-exit-status > credo.sarif
26
- name: Upload SARIF
27
- uses: github/codeql-action/[email protected].8
+ uses: github/codeql-action/[email protected].14
28
with:
29
sarif_file: credo.sarif
30
0 commit comments