mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[codeql] Do not run GitHub CodeQL Action on forks (#150974)
It turned out that the CodeQL action also runs on forks which generate a lot of noise in the form of security e-mails to the owners of those forks.
This commit is contained in:
parent
8ec4b78988
commit
da89dde7ac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
if: github.repository == 'elastic/kibana' # Hack: Do not run on forks
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue