Skip to content

Commit

Permalink
Remove Java from CodeQL pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Acharya <[email protected]>
  • Loading branch information
VerisimilitudeX authored Aug 31, 2023
1 parent dc22474 commit d421f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java', 'javascript', 'python' ]
language: ['javascript', 'python' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit d421f51

Please sign in to comment.