From ae8dd2268e0ba49f91098ced681a9706ce319b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Campos?= Date: Tue, 20 Aug 2024 09:35:34 +0200 Subject: [PATCH] Update codeql.yml CodeQL ignores files in a dir with 2 stars. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d5144210b..16cb96c90 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ "develop", "main" ] paths-ignore: - - 'view/base/web/js/*' + - 'view/base/web/js/**' schedule: - cron: "6 1 * * 0"