Aiven-Open / myhoard

MySQL Backup and Point-in-time Recovery service
Apache License 2.0
93 stars 20 forks source link

Fix github actions errors #189

Closed egor-voynov-aiven closed 3 months ago

egor-voynov-aiven commented 3 months ago
  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.
  3. Use the latest version actions (rid of warnings):
    • actions/checkout v3->v4
    • actions/setup-python v4->v5