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

Add lots of Github Actions CI jobs to check sanity #57

Merged
merged 7 commits into from
Jun 11, 2024
Merged

Add lots of Github Actions CI jobs to check sanity #57

merged 7 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    4777a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ccbc74 View commit details
    Browse the repository at this point in the history
  3. Upgrade ipnetwork to 0.20.0

    It's only used in examples, and upgrading it is required to make the CI
    build, due to bugs in ipnetwork 0.16
    faern committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1452b8a View commit details
    Browse the repository at this point in the history
  4. Commit Cargo.lock

    faern committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    50f7187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b348f0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91ca82d View commit details
    Browse the repository at this point in the history
  7. Remove cargo audit CI job again

    We realized that libraries should probably not check for CVEs.
    It will generate too many false positives and provide very little value.
    It's up to downstream *program* developers to select exact versions
    of transitive dependencies. If it ends up being that no version of one
    of our dependencies is safe/works, then that program developer must
    report to this library that we should probably consider
    upgrading/replacing that dependency with something better.
    faern committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    00c3dd8 View commit details
    Browse the repository at this point in the history