-
Notifications
You must be signed in to change notification settings - Fork 375
reset cw2025 branch #3741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reset cw2025 branch #3741
Conversation
Use commits from cw2025 such that the labeler works during code freeze ```` % git cherry-pick e23559c [gh-action/labeler c4dc064] automate: pr label cw2025 for convenience (#3724) Date: Mon Nov 10 22:28:21 2025 +0100 1 file changed, 7 insertions(+) create mode 100644 .github/labeler.yml % git cherry-pick 5192763 [gh-action/labeler fdba813] fix: yaml indentation in labeler.yml (#3732) Date: Fri Nov 14 19:54:55 2025 +0100 1 file changed, 6 insertions(+), 2 deletions(-) ```` --------- Signed-off-by: Sandor Szücs <[email protected]>
follow up on #3737 Signed-off-by: Mustafa Abdelrahman <[email protected]>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
| @@ -0,0 +1,13 @@ | |||
| name: "Pull Request Labeler" | |||
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
| pull-requests: write | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/labeler@v6 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
Deployment ChecklistThis change falls under the deployment policy. 💁 Since Nov 10th, we are in the RED deployment zone. This means all changes released to production must adhere to the following requirements:
👉 Regardless of which boxes you click in this comment, merge/deployment will not be blocked. |
|
Why should we do this? |
see subject