From 135ea576bcb0cd3846942f635427dd0dfab8f72e Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Tue, 2 Apr 2024 09:28:10 -0500 Subject: [PATCH] enable GraphBLAS CodeQL on ubuntu --- .github/workflows/codeql-analysis.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 9972f8a5f3..defb793946 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -26,15 +26,15 @@ jobs: language: ['c-cpp'] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection - group: [other] +# group: [other] # GraphBLAS and LAGraph disabled (the runners run out of memory or # disk space) -# group: [other, graph] + group: [other, graph] include: - group: other build-libs: SuiteSparse_config:Mongoose:AMD:BTF:CAMD:CCOLAMD:COLAMD:CHOLMOD:CSparse:CXSparse:LDL:KLU:UMFPACK:ParU:RBio:SPQR:SPEX -# - group: graph -# build-libs: GraphBLAS:LAGraph + - group: graph + build-libs: GraphBLAS:LAGraph name: CodeQL (Ubuntu, ${{ matrix.group }})