Skip to content

Commit

Permalink
Update codeql.yml (#5881)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com>
  • Loading branch information
sayaliM0412 committed May 6, 2024
1 parent d956d5f commit 964c1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: Generate Security Report
uses: rsdmike/github-security-report-action@v3.0.4
with:
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
outputDir: ./reports/

- name: Upload Security Report
uses: actions/upload-artifact@v3
with:
name: security-report
path: ./reports/summary.pdf
path: ./reports/summary.pdf

0 comments on commit 964c1f4

Please sign in to comment.