Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Nov 24, 2024
1 parent 41f6553 commit 88cb09c
Show file tree
Hide file tree
Showing 3 changed files with 2,277 additions and 970 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v2

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
/lib
/node_modules
/output
/packages/**/*.tsbuildinfo
/packages/chatApp/dist
/packages/chatApp/lib
bundles/test*
coverage
lerna-debug.log
packages/**/package-lock.json
packages/tests/output
packages/tests/output
Loading

0 comments on commit 88cb09c

Please sign in to comment.