Skip to content

Commit

Permalink
chore(ci): codeql security-and-quality and inline config (#1773)
Browse files Browse the repository at this point in the history
* chore(ci): codeql security-and-quality and inline config

* chore(ci): codeql javascript-typescript instead of javascript language
  • Loading branch information
carlocorradini authored Jan 9, 2025
1 parent 8c5ad30 commit 6f66e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/configs/codeql.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
language:
- javascript
- javascript-typescript
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -37,7 +37,11 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/configs/codeql.yml
queries: security-and-quality
config: |
paths-ignore:
- "**/node_modules"
- "**/*.test.ts"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 6f66e7a

Please sign in to comment.