-
Notifications
You must be signed in to change notification settings - Fork 295
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
Configure permissions for codeql action #1583
Conversation
fixes codeql action error see details: github/codeql#8843 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tg123, WeihanLi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1583 +/- ##
=========================================
Coverage ? 61.50%
=========================================
Files ? 103
Lines ? 3068
Branches ? 639
=========================================
Hits ? 1887
Misses ? 1181
Partials ? 0 ☔ View full report in Codecov by Sentry. |
looks good from the CI run |
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [KubernetesClient](https://redirect.github.com/kubernetes-client/csharp) | `14.0.9` -> `14.0.12` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/KubernetesClient/14.0.9/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/KubernetesClient/14.0.9/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kubernetes-client/csharp (KubernetesClient)</summary> ### [`v14.0.12`](https://redirect.github.com/kubernetes-client/csharp/releases/tag/v14.0.12) ##### What's Changed - update `InternalsVisibleTo` usage by [@​WeihanLi](https://redirect.github.com/WeihanLi) in [https://github.com/kubernetes-client/csharp/pull/1577](https://redirect.github.com/kubernetes-client/csharp/pull/1577) - configure write permission for draft release action by [@​WeihanLi](https://redirect.github.com/WeihanLi) in [https://github.com/kubernetes-client/csharp/pull/1582](https://redirect.github.com/kubernetes-client/csharp/pull/1582) - Configure permissions for codeql action by [@​WeihanLi](https://redirect.github.com/WeihanLi) in [https://github.com/kubernetes-client/csharp/pull/1583](https://redirect.github.com/kubernetes-client/csharp/pull/1583) **Full Changelog**: kubernetes-client/csharp@v14.0.8...v14.0.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fixes codeql action error
see details: github/codeql#8843 (comment)