From a969f31573c23d0aa956e87a1528d4cc393468ba Mon Sep 17 00:00:00 2001 From: saso badovinac Date: Thu, 22 May 2025 22:50:42 +0200 Subject: [PATCH] Update codeql.yml disable cpp scan on pull requests and enable actions scan --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 19d3c99418..fc200f4bf2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,8 +49,8 @@ jobs: fail-fast: false matrix: include: - # - language: actions - # build-mode: none + - language: actions + build-mode: none # - language: c-cpp # build-mode: autobuild # - language: javascript-typescript @@ -129,7 +129,7 @@ jobs: analyze-cpp: name: Analyze (${{ matrix.language }}) - if: ${{ (github.event_name == 'schedule' || 'pull_request') }} + if: github.event_name == 'schedule' # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql # - https://gh.io/supported-runners-and-hardware-resources