Skip to content

Commit

Permalink
fix: corrected ignore paths for CodeQL scans
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 29, 2024
1 parent b102f72 commit 339ea7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
languages: c-cpp
config: |
paths-ignore: [vendor, docs/www/build]
paths-ignore: [vendor]
- name: build
run: make -j$(nproc)
- name: analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
config: |
paths-ignore: [docs/www/build]
- name: build
run: npm run build
- name: analyze
Expand Down

0 comments on commit 339ea7d

Please sign in to comment.