From 27dcdc5f81701872d86841ab7dd60fde19b77008 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Tue, 17 Sep 2024 14:11:16 -0500 Subject: [PATCH] [ci] Run codeql alerts after analyze matrix --- .github/workflows/codeql.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c563e4087519f..29389a0d2e510 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,7 +54,11 @@ jobs: category: "/language:${{matrix.language}}" ref: ${{ env.CHECKOUT_REF }} sha: ${{ env.CHECKOUT_SHA }} - + alert: + name: Alert + runs-on: ubuntu-latest + if: github.repository == 'elastic/kibana' # Hack: Do not run on forks + steps: - name: Checkout kibana-operations uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: