Skip to content

Conversation

@zdrawku
Copy link
Contributor

@zdrawku zdrawku commented Dec 12, 2025

Potential fix for https://github.com/IgniteUI/Infragistics.QueryBuilder.Executor/security/code-scanning/1

To resolve the issue, an explicit permissions block needs to be added, either at the global workflow level (affecting all jobs) or at the job level (within the build job). Since the workflow does not perform any actions that require write permission—for example, creating issues, publishing packages, or interacting with pull requests—the most appropriate and secure setting is to use read-only access for repository contents: permissions: { contents: read }. This should be inserted near the top of the file, after the workflow name and before or after the on block for clarity, but before defining any jobs.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

…n permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@zdrawku zdrawku marked this pull request as ready for review December 12, 2025 08:12
Copy link
Contributor

@turbobobbytraykov turbobobbytraykov left a comment

Choose a reason for hiding this comment

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

LGTM

@turbobobbytraykov turbobobbytraykov merged commit bbd75be into master Dec 12, 2025
4 checks passed
@zdrawku zdrawku deleted the alert-autofix-1 branch December 12, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants