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 4ed1c02 commit 02bed8aCopy full SHA for 02bed8a
.github/workflows/codeql-codescan.yml
@@ -31,11 +31,4 @@ jobs:
31
- name: Perform CodeQL Analysis
32
uses: github/codeql-action/analyze@v2
33
with:
34
- category: "typescript-analysis" # Ensure this is unique
35
- output: "results-typescript.sarif" # File generated in the working directory
36
-
37
- - name: Upload SARIF to GitHub Security
38
- uses: github/codeql-action/upload-sarif@v2
39
- with:
40
- sarif_file: "results-typescript.sarif" # Path to the generated file
41
- category: "typescript-analysis" # Must match the analyze step
+ category: "typescript-analysis"
0 commit comments