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

Update GitHub actions #10087

Merged
merged 6 commits into from
Jun 13, 2024
Merged

Update GitHub actions #10087

merged 6 commits into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. GHA AUTHORS check: handle PRs from forks

    where the ref names differ compared to own PRs. Instead refer to the base branch and the head branch via generic HEAD^<parent number> where HEAD is a merge commit.
    Al2Klimov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3230b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e518681 View commit details
    Browse the repository at this point in the history
  3. GHA: add upcoming Fedora 40

    Al2Klimov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e12186f View commit details
    Browse the repository at this point in the history
  4. GHA: drop Debian 10

    which will be EOL in 2.5 months.
    Al2Klimov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9f624f6 View commit details
    Browse the repository at this point in the history
  5. GHA: Docker: don't run on support/* branches

    PRs to them are already covered and we don't need support* image tags.
    Al2Klimov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    36ac418 View commit details
    Browse the repository at this point in the history
  6. CMakeLists.txt: set(CPACK_WIX_INSTALL_SCOPE NONE)

    to stick to CMake pre-v3.29 behavior. CMake v3.29 introduces CPACK_WIX_INSTALL_SCOPE. Its default conflicts with the ALLUSERS property in our icinga-installer/icinga2.wixpatch.cmake.
    Al2Klimov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    48530e4 View commit details
    Browse the repository at this point in the history