Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Sep 23, 2024
1 parent 7530490 commit 95defad
Show file tree
Hide file tree
Showing 7 changed files with 4,468 additions and 1,942 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- cron: "0 9 * * 1" # every Monday morning

jobs:
CodeQL-Build:
analyze:
runs-on: ubuntu-latest

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: 📚 Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: typescript

- name: ℹ️ Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ typings/
# parcel-bundler cache (https://parceljs.org/)
.cache

dist
distribution
Loading

0 comments on commit 95defad

Please sign in to comment.