Skip to content

Commit 1a00ea6

Browse files
remove the codeql step
1 parent 5a6f51d commit 1a00ea6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/code-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,3 @@ jobs:
2727
- name: Fail build if there are violations
2828
if: steps.pmd.outputs.violations != 0
2929
run: exit 1
30-
31-
- name: Upload SARIF file
32-
uses: github/codeql-action/upload-sarif@v3
33-
with:
34-
sarif_file: pmd-report.sarif

0 commit comments

Comments
 (0)