diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f02958dac..ec4db92c3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ on: - '!src/unittests/**' jobs: - analyze: + codeql: runs-on: ubuntu-latest container: debian:trixie-slim timeout-minutes: 20 diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 341739148..380514088 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -25,7 +25,7 @@ on: - '!src/unittests/**' jobs: - analyze: + sonar: # This job would fail for contributors who open PRs as the workflow runs outside of our repo # in this scenario. Having a var that only we set to true prevents this job from running. if: ${{ vars.SONAR_SCANNER_ENABLED }}