Skip to content

Commit

Permalink
🔧 Updates codeQL config
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 11, 2020
1 parent 4c55a3f commit 4f1260c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7,969 deletions.
2 changes: 1 addition & 1 deletion .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
paths-ignore:
- testdata
- testdata
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
language: ['javascript', 'python']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
Expand All @@ -40,7 +40,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand Down
Loading

0 comments on commit 4f1260c

Please sign in to comment.