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

Analyze: Improve log grouping and log the analysis summary in its own group #515

Merged
merged 5 commits into from
May 20, 2021

Commits on May 20, 2021

  1. Analyze: Log the analysis summary in its own group

    Fix grouping of the analysis logs, so that custom query logs also get grouped.
    Capture the stdout of codeql database analyze, which contains the analysis summary
    from summary and diagnostic queries.
    Log this output in its own group, along with the baseline computed in the Action.
    adityasharad committed May 20, 2021
    Configuration menu
    Copy the full SHA
    19fe63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031ec87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741bd73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    512d467 View commit details
    Browse the repository at this point in the history
  5. Fix trailing newline in package.json

    As produced by npm ci && npm run removeNPMAbsolutePaths.
    adityasharad committed May 20, 2021
    Configuration menu
    Copy the full SHA
    f84cc5e View commit details
    Browse the repository at this point in the history