Skip to content

Commit 02bed8a

Browse files
committed
for testing10
1 parent 4ed1c02 commit 02bed8a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeql-codescan.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,4 @@ jobs:
3131
- name: Perform CodeQL Analysis
3232
uses: github/codeql-action/analyze@v2
3333
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
34+
category: "typescript-analysis"

0 commit comments

Comments
 (0)