-
Notifications
You must be signed in to change notification settings - Fork 96
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
Bumped action/checkout version. #774
Conversation
…cs (opensearch-project#757) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
…rch-project#758) * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
d922893
to
1effb10
Compare
Signed-off-by: AWSHurneyt <[email protected]>
Just merging to |
For context, here's an example of the error.
|
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/common-utils/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/common-utils/backport-2.x
# Create a new branch
git switch --create backport-774-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6f82a2924eecf54025db92a50d02fe54a0bb5e0d
# Push it to GitHub
git push --set-upstream origin backport-774-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/common-utils/backport-2.x Then, create a pull request where the |
* add should_create_single_alert_for_findings field to security-analytics (opensearch-project#757) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Monitor model changed to add an optional fanoutEnabled field (opensearch-project#758) * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Bumped action/checkout version. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: Riya Saxena <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]> Co-authored-by: Riya <[email protected]>
* Bumped action/checkout version. (#774) * add should_create_single_alert_for_findings field to security-analytics (#757) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Monitor model changed to add an optional fanoutEnabled field (#758) * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Bumped action/checkout version. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: Riya Saxena <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]> Co-authored-by: Riya <[email protected]> * Bumped action/checkout version. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> * Fix CI build. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: Riya Saxena <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]> Co-authored-by: Riya <[email protected]>
Description
Adjusted action/checkout version.
Similar to PR opensearch-project/anomaly-detection#1173, downgrading this action version as checkout is fail due to a missing library in v4.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff
.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.