Skip to content

Commit

Permalink
Try enabling CodeQL in a different way (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 4, 2022
1 parent 2842763 commit 7c2b739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .CodeQL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
variables:
Codeql.Enabled: true

path_classifiers:
generated:
- "**/extension.bundle.js"
3 changes: 0 additions & 3 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- template: common/package.yml
- template: common/sbom.yml # only generate on linux
- template: common/lint.yml
variables:
Codeql.Enabled: true
Codeql.ExcludePathPatterns: "**/extension.bundle.js"

- job: macOS
pool:
Expand Down

0 comments on commit 7c2b739

Please sign in to comment.