Skip to content

Commit c304594

Browse files
authored
Expand the CodeQL security scanning configuration (#123)
1 parent 169d816 commit c304594

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313

1414
jobs:
1515
analyze:
16-
name: Analyze
1716
runs-on: ubuntu-latest
1817
permissions:
1918
actions: read
@@ -34,9 +33,8 @@ jobs:
3433
uses: github/codeql-action/init@v3
3534
with:
3635
languages: ${{ matrix.language }}
37-
38-
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v3
36+
build-mode: autobuild
37+
queries: security-extended,security-and-quality
4038

4139
- name: Perform CodeQL Analysis
4240
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)