Skip to content
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

[DEVOPS] Update checkout action to v3 #155

Merged
merged 2 commits into from
Oct 19, 2022
Merged

[DEVOPS] Update checkout action to v3 #155

merged 2 commits into from
Oct 19, 2022

Conversation

R0Wi
Copy link
Contributor

@R0Wi R0Wi commented Oct 19, 2022

Update checkout action to v3 to remove warnings in Github actions

@R0Wi R0Wi requested a review from bahnwaerter October 19, 2022 06:08
@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #155 (a914419) into master (44ba440) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##              master      #155   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       165       165           
===========================================
  Files             34        34           
  Lines            609       609           
  Branches           4         4           
===========================================
  Hits             609       609           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Collaborator

@bahnwaerter bahnwaerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are looking good to me.

@R0Wi R0Wi merged commit 8cf95ef into master Oct 19, 2022
@R0Wi R0Wi deleted the update-checkout branch October 19, 2022 20:57
@R0Wi
Copy link
Contributor Author

R0Wi commented Oct 19, 2022

The backport to stable24 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable24 stable24
# Navigate to the new working tree
cd .worktrees/backport-stable24
# Create a new branch
git switch --create backport-155-to-stable24
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 8cf95ef8516c2916df3ff023da9df61c92f33ae2
# Push it to GitHub
git push --set-upstream origin backport-155-to-stable24
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable24

Then, create a pull request where the base branch is stable24 and the compare/head branch is backport-155-to-stable24.

R0Wi added a commit that referenced this pull request Oct 19, 2022
* [DEVOPS] Update checkout action to v3

* Test against postgres14
R0Wi added a commit that referenced this pull request Oct 20, 2022
* [DEVOPS] Update checkout action to v3

* Test against postgres14
R0Wi added a commit that referenced this pull request Oct 20, 2022
* [DEVOPS] Update checkout action to v3

* Test against postgres14
R0Wi added a commit that referenced this pull request Oct 20, 2022
* [DEVOPS] Update checkout action to v3

* Test against postgres14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants