-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow lower NodeJS version on GH runners for security test #765
Conversation
Spotless check failing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #765 +/- ##
============================================
- Coverage 74.37% 74.30% -0.08%
Complexity 745 745
============================================
Files 84 84
Lines 3825 3825
Branches 333 333
============================================
- Hits 2845 2842 -3
- Misses 825 829 +4
+ Partials 155 154 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Daniel Widdis <[email protected]>
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.
We should have an issue to revert this temporary solution
We are one of many plugins doing this. IT's being tracked here: opensearch-project/opensearch-build#4379 |
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit c76fb3a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…test (#770) Allow lower NodeJS version on GH runners for security test (#765) (cherry picked from commit c76fb3a) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
* Increment version to 2.13.1-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Downgrade macos CI to non-aarch64 runner Signed-off-by: Daniel Widdis <[email protected]> * Allow lower NodeJS version on GH runners for security test (#765) Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Daniel Widdis <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Daniel Widdis <[email protected]>
…test (#770) Allow lower NodeJS version on GH runners for security test (#765) (cherry picked from commit c76fb3a) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Increment version to 2.14.1-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * [Backport 2.x] Allow lower NodeJS version on GH runners for security test (#770) Allow lower NodeJS version on GH runners for security test (#765) (cherry picked from commit c76fb3a) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Temporary workaround for failing security test until container is updated
Issues Resolved
Fixes #759
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.