Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saintmalik committed Jan 28, 2024
1 parent 163b4b0 commit fe1bc59
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,19 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

- name: Commit and push changes
run: |
cd ../results/ && ls -l
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
# Optional category for the results
# Used to differentiate multiple results for one commit
category: my-analysis-tool
# - name: Upload SARIF file
# uses: github/codeql-action/upload-sarif@v3
# with:
# # Path to SARIF file relative to the root of the repository
# sarif_file: ../results/results.sarif
# # Optional category for the results
# # Used to differentiate multiple results for one commit
# category: my-analysis-tool

- name: Generate Security Report
uses: peter-murray/github-security-report-action@v2
Expand Down

0 comments on commit fe1bc59

Please sign in to comment.