From b6d38ebf79ca586afffd35f1b95bd487be80aaa1 Mon Sep 17 00:00:00 2001 From: anupsv Date: Tue, 17 Dec 2024 00:54:19 -0800 Subject: [PATCH] Update codeQL-scanning.yaml --- .github/workflows/codeQL-scanning.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeQL-scanning.yaml b/.github/workflows/codeQL-scanning.yaml index 897553f963..4338c4f63a 100644 --- a/.github/workflows/codeQL-scanning.yaml +++ b/.github/workflows/codeQL-scanning.yaml @@ -19,6 +19,8 @@ on: - 'api/**' - '.github/codeql/**' - '.github/workflows/codeql-analysis.yml' + paths-ignore: + - 'contracts/bindings/**' schedule: - cron: '0 9 * * *'