Skip to content

Commit

Permalink
ci: codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Oct 24, 2023
1 parent ca7417f commit 162af38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .github/codeql-config.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/CodeQL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
- "**.js"
- "!scripts/test/*.js"
- .github/workflows/CodeQL.yaml
- .github/codeql-config.yaml
pull_request:
paths:
- "**.js"
- "!scripts/test/*.js"
- .github/workflows/CodeQL.yaml
- .github/codeql-config.yaml
merge_group:
workflow_dispatch:
schedule:
Expand All @@ -37,6 +35,6 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: javascript
config-file: ./.github/codeql-config.yaml
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 162af38

Please sign in to comment.