mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ci] Run codeql alerts after analyze matrix (#193217)
Instead of alerting as each branch finishes, this waits for the entire analyze run before sending out alerts.
This commit is contained in:
parent
c12c361f56
commit
d58e82272a
1 changed files with 6 additions and 1 deletions
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
|
@ -54,7 +54,12 @@ jobs:
|
|||
category: "/language:${{matrix.language}}"
|
||||
ref: ${{ env.CHECKOUT_REF }}
|
||||
sha: ${{ env.CHECKOUT_SHA }}
|
||||
|
||||
alert:
|
||||
name: Alert
|
||||
runs-on: ubuntu-latest
|
||||
needs: analyze
|
||||
if: github.repository == 'elastic/kibana' # Hack: Do not run on forks
|
||||
steps:
|
||||
- name: Checkout kibana-operations
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue