Skip to content

Commit

Permalink
Update config files to make CI green (#179)
Browse files Browse the repository at this point in the history
Update config files to make CI green (#179)
  • Loading branch information
Sen-real authored Apr 27, 2022
1 parent fcdf11a commit 93cac2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ queries:
- uses: security-and-quality

paths:
- '**/extension/src/**'
- 'extension/src'

paths-ignore:
- '**/.vscode-test/**'
- '**/AutoLispExt/out/**'
- '**/test-resources/**'
- 'extension/src/**/'
- '**/*.test.ts'
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
run: npm run e2etest
if: runner.os != 'Linux'

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

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

- name: Create release
id: create_release
Expand Down

0 comments on commit 93cac2a

Please sign in to comment.