mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
Update .github/workflows/codeql.yml
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user