Skip to content

Commit

Permalink
Merge pull request #58 from theztefan/theztefan-patch-1
Browse files Browse the repository at this point in the history
CodeQL adaptations
  • Loading branch information
theztefan committed Mar 27, 2024
2 parents 96056cc + 6805dfc commit 0cb9f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "CodeQL Config"

debug: true
debug: false
paths-ignore:
- dist/*

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["javascript"]
language: ["javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0cb9f3a

Please sign in to comment.