We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb96cf commit f05bdd4Copy full SHA for f05bdd4
.github/codeql-config.yml
@@ -0,0 +1,5 @@
1
+name: "TestableHttpClient codeql configuration"
2
+
3
+query-filters:
4
+ - exclude:
5
+ id: cs/call-to-obsolete-method
.github/workflows/codeql.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
queries: security-and-quality
35
languages: csharp
36
+ config-file: ./.github/codeql-config.yml
37
- name: Build source code
38
run: dotnet build --configuration Release --framework net6.0
39
- name: Perform CodeQL Analysis
0 commit comments