Skip to content

Commit

Permalink
CodeQL improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Dec 28, 2024
1 parent 589a4aa commit 41b9a8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
name: "AzzyBot CodeQL config"

packs:
- githubsecuritylab/codeql-csharp-queries
- githubsecuritylab/codeql-csharp-extensions
- githubsecuritylab/codeql-csharp-library-sources

threat-models: [ local ]
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- language: csharp
build-mode: manual
queries: security-and-quality
packs: githubsecuritylab/codeql-csharp-queries,githubsecuritylab/codeql-csharp-extensions,githubsecuritylab/codeql-csharp-library-sources
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
Expand Down

0 comments on commit 41b9a8f

Please sign in to comment.