-
Notifications
You must be signed in to change notification settings - Fork 611
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
ci: rely on automatic setup of CodeQL #17313
Conversation
Rather than setup and run CodeQL ourselves, we can rely on the automatic setup of CodeQL. This simplifies our CI and we benefit from a better integration with GitHub.
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.
Cool thanks 🚀 👍🏼
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable/8.1
git worktree add -d .worktree/backport-17313-to-stable/8.1 origin/stable/8.1
cd .worktree/backport-17313-to-stable/8.1
git switch --create backport-17313-to-stable/8.1
git cherry-pick -x 521f0f0b22c2ff30514e8e2e8cfe44f1a47f02ae |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable/8.2
git worktree add -d .worktree/backport-17313-to-stable/8.2 origin/stable/8.2
cd .worktree/backport-17313-to-stable/8.2
git switch --create backport-17313-to-stable/8.2
git cherry-pick -x 521f0f0b22c2ff30514e8e2e8cfe44f1a47f02ae |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable/8.3
git worktree add -d .worktree/backport-17313-to-stable/8.3 origin/stable/8.3
cd .worktree/backport-17313-to-stable/8.3
git switch --create backport-17313-to-stable/8.3
git cherry-pick -x 521f0f0b22c2ff30514e8e2e8cfe44f1a47f02ae |
Successfully created backport PR for |
Successfully created backport PR for |
# Description Backport of #17313 to `stable/8.4`. relates to original author: @oleschoenburg
# Description Backport of #17313 to `stable/8.3`. relates to original author: @oleschoenburg
# Description Backport of #17313 to `stable/8.2`. relates to original author: @oleschoenburg
# Description Backport of #17313 to `stable/8.5`. relates to original author: @oleschoenburg
Rather than setup and run CodeQL ourselves, we can rely on the automatic setup of CodeQL. This simplifies our CI and we benefit from a better integration with GitHub.