Update .github/workflows/codeql.yml

This commit is contained in:
Henry Mercer
2025-09-15 16:09:21 +01:00
committed by GitHub
parent bce0fa7b27
commit 1069ace04e

View File

@@ -107,7 +107,7 @@ jobs:
uses: ./analyze
with:
category: "/language:javascript"
upload: ${{ matrix.os == 'ubuntu-24.04' && matrix.tools == '' && 'always' || 'never' }}
upload: ${{ (matrix.os == 'ubuntu-24.04' && !matrix.tools && 'always') || 'never' }}
analyze-other:
runs-on: ubuntu-latest