Skip to content

Commit

Permalink
Merge pull request #1548 from ministryofjustice/codeql-js
Browse files Browse the repository at this point in the history
configure codeql to analyse python and js
  • Loading branch information
andrewpearce-digital authored Oct 14, 2024
2 parents 394f246 + bebe028 commit 246cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
language: [ 'go', 'javascript', 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
Expand Down

0 comments on commit 246cd39

Please sign in to comment.