Skip to content

Commit

Permalink
ci: v3dist does not require CodeQL (#4369)
Browse files Browse the repository at this point in the history
ci: update .github/workflows/codeql-analysis.yml

Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Dec 19, 2024
1 parent c3e3ab4 commit 2d99801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config: |
paths-ignore:
- .husky/
- packages/bootstrap/assets/v3dist/
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down

0 comments on commit 2d99801

Please sign in to comment.