diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4638d87..25f0c30 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "master", **/*, dependabot/**/*, dlpx/**/*, gh-pages, gh-readonly-queue/**/*, projects/**/* ] + branches: [ "master", "develop" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: [ "master", "develop" ] jobs: analyze: @@ -50,7 +50,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # 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,security-extended,security-and-quality + queries: security-experimental,security-extended,security-and-quality # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).