From 8f9710f72359a6c8918e6bfe749978cb9992c51c Mon Sep 17 00:00:00 2001 From: Sonal Goyal Date: Thu, 7 Dec 2023 13:26:10 +0530 Subject: [PATCH] updated codeql --- .github/workflows/codeql.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 50a5cf2af..666cb9bfd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ * ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ * ] schedule: - cron: '22 3 * * 5' @@ -50,13 +50,14 @@ jobs: # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main + - name: build + uses: ./build.yml - name: Analyze uses: github/codeql-action/analyze@v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl - java_build: - uses: ./.github/workflows/build.yml +