From 0812876f7c8a93ad3bf421b9bc8a8a3ccb3ce958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Wed, 31 Jan 2024 13:44:54 -0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ad47f22..7597055 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,10 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - paths-ignore: dist/index.js,dist/sourcemap-register.js + config: | + paths-ignore: + - dist/index.js + - dist/sourcemap-register.js - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3