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

Delete the runner, part 1 #1363

Merged
merged 8 commits into from
Nov 15, 2022
Merged

Commits on Nov 14, 2022

  1. Delete runner CLI config parsing check

    This is now covered by `codescanning-config-cli.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    be84b68 View commit details
    Browse the repository at this point in the history
  2. Remove Windows and macOS JS analysis runner tests

    These are covered by `codeql.yml`, which runs across all latest runner
    images.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    63d8cbe View commit details
    Browse the repository at this point in the history
  3. Remove manual build steps tests

    These are tested by `multi-language-autodetect.yml`
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    83ead45 View commit details
    Browse the repository at this point in the history
  4. Remove runner C# autobuild tests

    These are covered by `autobuild-action.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    219d9a0 View commit details
    Browse the repository at this point in the history
  5. Remove runner upload SARIF test

    Testing SARIF compatibility is covered by `codeql.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    adb125a View commit details
    Browse the repository at this point in the history
  6. Remove runner threads and RAM test

    We don't need to test runner functionality now since the runner is only
    used in PR checks, and `extractor-ram-threads.yml` covers the Action
    case.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    73c5c06 View commit details
    Browse the repository at this point in the history
  7. Delete the runner

    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    51abddb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0990a34 View commit details
    Browse the repository at this point in the history