Skip to content

Commit

Permalink
ajust codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Feb 18, 2024
1 parent 5a20cf0 commit 6f52948
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "My CodeQL config"

disable-default-queries: false

paths:
- Src

paths-ignore:
- Samples/**
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
queries: +security-and-quality
config-file: ./.github/codeql-config.yml

- name: Build NuGet Package
- name: Build project
run: dotnet build ./src/HealthCheckPlus.csproj -c Release

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 6f52948

Please sign in to comment.