mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
⚗️ add security-extended
This commit is contained in:
parent
44ce24ee0c
commit
4adb52994e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
|
with:
|
||||||
|
queries: security-extended
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
./mvnw --batch-mode verify -DskipTests
|
./mvnw --batch-mode verify -DskipTests
|
||||||
|
|
Loading…
Reference in a new issue