Skip to content

Commit

Permalink
Merge pull request #24 from FRACerqueira/v2.0.0
Browse files Browse the repository at this point in the history
Preview v2.0.0
  • Loading branch information
FRACerqueira authored Feb 18, 2024
2 parents dd76431 + 3b92f95 commit 9937714
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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: codeql.yml

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

- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Features
Examples
********

See folder : https://github.com/FRACerqueira/HealthCheckPlus/tree/main/samples
See folder : https://github.com/FRACerqueira/HealthCheckPlus/tree/main/Samples

Usage
*****
Expand Down

0 comments on commit 9937714

Please sign in to comment.