Skip to content

Commit

Permalink
CodeQL adding step for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent 28d9474 commit 79307b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
working-directory: kokkos-kernels/build
run: make -j2

# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
# with:
# category: "/language:c-cpp"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
with:
category: "/language:c-cpp"

0 comments on commit 79307b1

Please sign in to comment.