diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index fcb7a58ce..9b8b7da12 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -117,6 +117,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: |