Skip to content

Commit

Permalink
checking db-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 5, 2024
1 parent 3751b75 commit d9fdb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
script: |
const conclusion = '${{ steps.perform-codeql-analysis.conclusion }}';
const outcome = '${{ steps.perform-codeql-analysis.outcome }}';
const sarif = '${{ steps.perform-codeql-analysis.outputs.sarif-output }}';
const sarif = '${{ steps.perform-codeql-analysis.outputs.db-locations }}';
const commentBody = `
## CodeQL Analysis
${conclusion}
Expand Down

0 comments on commit d9fdb87

Please sign in to comment.