Skip to content

Commit

Permalink
Merge pull request #735 from /issues/648-remove-js-codeql
Browse files Browse the repository at this point in the history
Remove javascript from CodQL configuration
  • Loading branch information
banterCZ authored Jan 5, 2024
2 parents 704247f + 8fbc08e commit 27d7332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: wultra/wultra-infrastructure/.github/workflows/codeql-analysis.yml@develop
secrets: inherit
with:
languages: "['java', 'javascript']"
languages: "['java']"
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
Expand Down

0 comments on commit 27d7332

Please sign in to comment.