GHA CI: specify a category for CodeQL analysis

This commit is contained in:
Chocobo1 2023-08-01 14:23:51 +08:00
parent d554db4f4e
commit 431860482c
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -94,6 +94,8 @@ jobs:
- name: Run CodeQL analysis
uses: github/codeql-action/analyze@v2
if: startsWith(matrix.libt_version, 2) && (matrix.qbt_gui == 'GUI=ON') && startsWith(matrix.qt_version, 6)
with:
category: ${{ github.base_ref || github.ref_name }}
- name: Prepare build artifacts
run: |