Skip to content

Commit

Permalink
fix codeql (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto authored Jun 7, 2024
1 parent 2732f01 commit bce3f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
# disable go until 1.22 support https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/
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 bce3f11

Please sign in to comment.