Skip to content

Commit 2229226

Browse files
CE-341 Fix codeQL (#46)
* CE-341 Fix codeQL PR URL: https://www.github.com/delphix/couchbase-plugin/pull/46 * CE-341 Fix codeQL
1 parent b5142d4 commit 2229226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master", **/*, dependabot/**/*, dlpx/**/*, gh-pages, gh-readonly-queue/**/*, projects/**/* ]
16+
branches: [ "master", "develop" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "master" ]
19+
branches: [ "master", "develop" ]
2020

2121
jobs:
2222
analyze:
@@ -50,7 +50,7 @@ jobs:
5050
# Prefix the list here with "+" to use these queries and those in the config file.
5151

5252
# 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
53-
queries: security,security-extended,security-and-quality
53+
queries: security-experimental,security-extended,security-and-quality
5454

5555

5656
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).

0 commit comments

Comments
 (0)