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

Merge main into releases/v2 #1129

Merged
merged 25 commits into from Jun 28, 2022
Merged

Merge main into releases/v2 #1129

merged 25 commits into from Jun 28, 2022

Commits on Jun 22, 2022

  1. Allow scans with packs for languages not being scanned

    Previously, we were being too strict about checking that a pack's
    language was being scanned. It was a failure if a pack language
    was specified for a language not being scanned.
    aeisenberg committed Jun 22, 2022
    Copy the full SHA
    1653a84 View commit details
    Browse the repository at this point in the history
  2. Update changelog and version after v2.1.14

    github-actions[bot] committed Jun 22, 2022
    Copy the full SHA
    f9fd90e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Jun 23, 2022
    Copy the full SHA
    3b151b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1118 from github/mergeback/v2.1.14-to-main-41a4ada3

    Mergeback v2.1.14 refs/heads/releases/v2 into main
    aeisenberg committed Jun 23, 2022
    Copy the full SHA
    a965b69 View commit details
    Browse the repository at this point in the history
  3. Fix dependabot warnings in runner

    Note that this changes the lock file format
    from 1 to 2, so there are many changes here.
    aeisenberg committed Jun 23, 2022
    Copy the full SHA
    7fa4dc3 View commit details
    Browse the repository at this point in the history
  4. Update runner dependencies

    aeisenberg committed Jun 23, 2022
    Copy the full SHA
    c699821 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge pull request #1119 from github/aeisenberg/runner-dependabot-fix

    Fix dependabot warnings in runner
    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    4efa7d6 View commit details
    Browse the repository at this point in the history
  2. Disable python2 + poetry

    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    8bfe3c6 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    c18b1d6 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    934c034 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c08ab55 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    aeisenberg and adityasharad committed Jun 24, 2022
    Copy the full SHA
    e041151 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b38dc80 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1124 from github/aeisenberg/poetry-python2

    Disable python2 + poetry
    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    7c4d0e0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b9deefb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1116 from github/aeisenberg/multi-lang-packs

    Allow scans with packs for languages not being scanned
    aeisenberg committed Jun 24, 2022
    Copy the full SHA
    47bcabd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Copy the full SHA
    ed40e30 View commit details
    Browse the repository at this point in the history
  2. Honor the Lua tracer FF for database trace-command invocations for …

    …scanned languages.
    
    In theory, a scanned language will not setup the build tracer, and so
    shouldn't care about lua versus legacy tracing. However, `go` is a
    special case where the autobuilder runs under the build tracer, that
    then gets disabled immediately again, unless a special environment
    variable is used.
    Therefore, we need to thread through the feature flag to this
    `database trace-command` invocation. For other scanned languages,
    this should be a no-op, as no tracing is ever set up.
    criemen committed Jun 27, 2022
    Copy the full SHA
    f422a50 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab7316e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1123 from github/cklin/codeql-cli-2.10.0

    Update default CodeQL version to 2.10.0
    cklin committed Jun 27, 2022
    Copy the full SHA
    37d8b51 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    821fe9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1120 from github/criemen/lua-tracer-ff-2

    Honor the Lua tracer FF for `database trace-command` invocations for scanned languages.
    criemen committed Jun 28, 2022
    Copy the full SHA
    b40cd03 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1616e0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1128 from github/criemen/lua-tracer-ff-2

    Simplify tests for the Lua tracer FF in analyze-action.
    criemen committed Jun 28, 2022
    Copy the full SHA
    e8c48cc View commit details
    Browse the repository at this point in the history
  5. Update changelog for v2.1.15

    github-actions[bot] committed Jun 28, 2022
    Copy the full SHA
    26a6980 View commit details
    Browse the repository at this point in the history