fix(codeql): ignore generated dist artifacts (#216)

This commit is contained in:
davida-ps
2026-05-04 11:37:37 +03:00
committed by GitHub
parent 4042a388a9
commit 72663ab80b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
name: "ClawSec CodeQL Config"
paths-ignore:
- dist/**
+1
View File
@@ -30,6 +30,7 @@ jobs:
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: Install dependencies
run: npm ci