From 06b7d8c2937540a441335ccc98cb3413a27c0540 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 11 Jan 2024 11:28:24 +0100 Subject: [PATCH] ci: run CodeQL on release-54 as well as on master --- .github/workflows/codeql.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index accdbe657..9021d0c86 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -4,9 +4,6 @@ on: schedule: - cron: '33 14 * * 4' workflow_dispatch: - inputs: - ref: - required: false permissions: contents: read @@ -25,13 +22,18 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'python' ] + branch: + - master + - release-54 + language: + - cpp + - python steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - ref: ${{ github.event.inputs.ref }} + ref: ${{ matrix.branch }} - name: Ensure git safe dir run: |