ci: name sonar and codeql jobs after their respective tools making them easier to distinguish on the ci report

This commit is contained in:
sithlord48
2025-11-12 08:56:44 -05:00
committed by Nick Bolton
parent 75922cb944
commit 1b67293d9c
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ on:
- '!src/unittests/**'
jobs:
analyze:
codeql:
runs-on: ubuntu-latest
container: debian:trixie-slim
timeout-minutes: 20

View File

@ -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 }}