Skip to content

Commit

Permalink
Avoid breaking continuity with our existing CodeQL analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Feb 10, 2022
1 parent 3cf6580 commit a30b278
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
contents: read
security-events: write

strategy:
matrix:
language: [ 'javascript' ]

steps:
- uses: actions/checkout@v2
with:
Expand All @@ -26,7 +30,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit a30b278

Please sign in to comment.