Skip to content

Commit

Permalink
for testing10
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar committed Dec 18, 2024
1 parent 34f9bcd commit 4ed1c02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "language-typescript"
output: results-typescript.sarif # Generates SARIF file in current directory
category: "typescript-analysis" # Ensure this is unique
output: "results-typescript.sarif" # File generated in the working directory

- name: Upload SARIF to GitHub Security
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results-typescript.sarif
category: "language-typescript"
sarif_file: "results-typescript.sarif" # Path to the generated file
category: "typescript-analysis" # Must match the analyze step

0 comments on commit 4ed1c02

Please sign in to comment.