diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 04b8dfac..5545b293 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ jobs: matrix: # Override automatic language detection by changing the below list # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] - language: ["python"] + language: ["python", "javascript"] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection @@ -44,3 +44,5 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 + env: + GITHUB_TOKEN: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}