Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Disables analysis. Troubleshooting needed.
  • Loading branch information
JonasNilson authored Jan 2, 2023
1 parent c6ccac1 commit 103033f
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 @@ -50,7 +50,7 @@ jobs:
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
#- name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v2
# with:
# category: "/language:${{matrix.language}}"

0 comments on commit 103033f

Please sign in to comment.