mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Configure CodeQL to perform the analysis of the main branch
The CodeQL configuration file still has some references to the old branch `master`, that means that most of the information provided by the tool must be outdated. Change it is necessary to perform the correct analysis of the codebase. Closes #10103
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -7,10 +7,10 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- 'testsuite/**'
|
||||
- 'examples/**'
|
||||
|
||||
Reference in New Issue
Block a user