Skip to content

Commit

Permalink
ci: forgot you cant do codeql on private
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldy Rafli committed Aug 8, 2021
1 parent e5d13d4 commit 122d78c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Test & coverage
run: npm run test

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: javascript

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

- name: Upload to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 122d78c

Please sign in to comment.