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

Fix github actions errors #189

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Fix github actions errors #189

merged 2 commits into from
Aug 19, 2024

Conversation

egor-voynov-aiven
Copy link
Contributor

@egor-voynov-aiven egor-voynov-aiven commented Aug 16, 2024

  1. Codeql check v1 is outdated. Use actual v3 version.
  2. Installation of percona-xtrabackup didn't work. Fix repo setup.
+ sudo apt-get install -q -y --allow-unauthenticated -o Dpkg::Options::=--force-confnew percona-xtrabackup-80=8.0.32-26-1.focal
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '8.0.32-26-1.focal' for 'percona-xtrabackup-80' was not found
Error: Process completed with exit code 100.
  1. Use the latest version actions (rid of warnings):
  • actions/checkout v3->v4
  • actions/setup-python v4->v5

@egor-voynov-aiven egor-voynov-aiven changed the title Update Codeql checks v1 -> v3 Update Codeql checks v1->v3 and fix percona repo setup Aug 16, 2024
@egor-voynov-aiven egor-voynov-aiven changed the title Update Codeql checks v1->v3 and fix percona repo setup Fix github actions errors and warnings Aug 16, 2024
@egor-voynov-aiven egor-voynov-aiven marked this pull request as ready for review August 16, 2024 11:46
@egor-voynov-aiven egor-voynov-aiven changed the title Fix github actions errors and warnings Fix github actions errors Aug 16, 2024
@alexole alexole merged commit 4bfc957 into master Aug 19, 2024
13 checks passed
@alexole alexole deleted the repair-checks branch August 19, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants