From 8520bb7e5952bcf3d4f232003a3baef4448f3355 Mon Sep 17 00:00:00 2001 From: Sujay Kundu Date: Sat, 30 Oct 2021 18:22:00 +0530 Subject: [PATCH] updating codeql --- .github/workflows/codeql-analysis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e6d2ea226..210926fe3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,8 +51,6 @@ jobs: config: .github/workflows/markdownlint-config.json # Ignore the built website, might have some funky files ignore: _site/ - assets/ - node_modules/ - bower_components/ + ignore: assets/ # Try to fix basic errors fix: true