-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] build: harden worfklows permissions (#4587) #6097
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
CHANGELOG.md
Outdated
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
- Replace latches with CompletableFutures for extensions ([#5646](https://github.com/opensearch-project/OpenSearch/pull/5646)) | |||
- Add support to disallow search request with preference parameter with strict weighted shard routing([#5874](https://github.com/opensearch-project/OpenSearch/pull/5874)) | |||
- Added support to apply index create block ([#4603](https://github.com/opensearch-project/OpenSearch/issues/4603)) | |||
- Hardened token permissions in GitHub workflows ([#4587](https://github.com/opensearch-project/OpenSearch/pull/4587)) |
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.
Build-related stuff can stay out of the CHANGELOG so let's nix this. We can also remove the line from the 3.0 section of the CHANGELOG on the main branch.
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.
Removed.
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.
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: sashashura <aleksandrosansan@gmail.com> Signed-off-by: sashashura <aleksandrosansan@gmail.com> (cherry picked from commit d266a73) Signed-off-by: Marc Handalian <handalm@amazon.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #6097 +/- ##
============================================
+ Coverage 70.49% 70.59% +0.10%
- Complexity 59011 59048 +37
============================================
Files 4770 4771 +1
Lines 282712 282733 +21
Branches 41175 41179 +4
============================================
+ Hits 199302 199605 +303
+ Misses 66761 66461 -300
- Partials 16649 16667 +18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: sashashura aleksandrosansan@gmail.com
Signed-off-by: sashashura aleksandrosansan@gmail.com
(cherry picked from commit d266a73)
Description
This is a backport of #4587 to 2.x
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.