mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
Update codeql.yml
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
This commit is contained in:
parent
4a12382d2b
commit
68ea952d5a
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@ -13,11 +13,11 @@ name: "CodeQL Advanced"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ]
|
branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ]
|
branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 2 * * 0'
|
- cron: '17 20 * * 3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
@ -77,7 +77,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
build-mode: ${{ matrix.build-mode }}
|
build-mode: ${{ matrix.build-mode }}
|
||||||
initialize: false # Explicitly disable the default setup
|
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
# By default, queries listed here will override any specified in a config file.
|
# By default, queries listed here will override any specified in a config file.
|
||||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user