Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

permissions:
contents: read
security-events: write

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 issue (security): Reconsider removing security-events: write, as CodeQL may need it to upload results.

CodeQL uses security-events: write to upload SARIF results to the Security tab; without it, analysis may run but findings won’t appear in GitHub. If this change is for hardening, consider limiting the permission to the specific job instead of removing it entirely, or first verify that your CodeQL setup no longer needs to write security events.


jobs:
analyze:
Expand Down
Loading