Skip to content

Commit ba20b1e

Browse files
committed
CodeQL Updates (#189)
* bumped codeql version to V4 * added triggers for development * upped scan level to security-and-quality
1 parent 8a2e043 commit ba20b1e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/codeql.yml

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

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches: [ "master", "development" ]
1717
pull_request:
18-
branches: [ "master" ]
18+
branches: [ "master" , "development" ]
1919
schedule:
2020
- cron: '30 13 * * 1'
2121

@@ -60,7 +60,7 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v3
63+
uses: github/codeql-action/init@v4
6464
with:
6565
languages: ${{ matrix.language }}
6666
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,7 @@ jobs:
7070

7171
# For more 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
7272
# queries: security-extended,security-and-quality
73+
queries: security-and-quality
7374

7475
# If the analyze step fails for one of the languages you are analyzing with
7576
# "We were unable to automatically build your code", modify the matrix above
@@ -88,6 +89,6 @@ jobs:
8889
exit 1
8990
9091
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@v3
92+
uses: github/codeql-action/analyze@v4
9293
with:
9394
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)