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 #1189

Closed
wants to merge 117 commits into from
Closed

Commits on Jun 27, 2022

  1. Revert "Revert "Add capability to filter queries #1098""

    This reverts commit 99d4397.
    aeisenberg committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2a70419 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Revert "Revert usage of --codescanning-config flag"

    This reverts commit 43d0664.
    aeisenberg committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    237260b View commit details
    Browse the repository at this point in the history
  2. Add packs and queries from input

    This commit adds the packs and queries from the actions input to the
    config file used by the CodeQL CLI.
    
    When the `+` is used, the actions input value is combined with the
    config value and when it is not used, the input value overrides the
    config value.
    
    This commit also adds a bunch of integration tests for this feature.
    In order to avoid adding too many new jobs, all of the tests are
    run sequentially in a single job (matrixed across relevant operating
    systems and OSes).
    aeisenberg committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6fabde2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. When using codescanning config call run queries a single time

    When the codescanning config is being used by the CLI, there is a
    single query suite that is generated that contains all queries to be
    run by the analysis. This is different from the traditional way, where
    there are potentially three query suites: builtin, custom, and packs.
    
    We need to ensure that when the codescanning config is being used,
    only a single call to run queries is used, and this call uses the
    single generated query suite.
    
    Also, this commit changes the cutoff version for codescanning config to
    2.10.1. Earlier versions work, but there were some bugs that are only
    fixed in 2.10.1 and later.
    aeisenberg committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8688a09 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    01d16b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    4e46a69 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    907f1de View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    1016eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2746051 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    81c5b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c25894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52de49c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc59ec View commit details
    Browse the repository at this point in the history
  5. Improve for matrix

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    angelapwen and aeisenberg committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    af87cc6 View commit details
    Browse the repository at this point in the history
  6. Minor syntax update

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    angelapwen and aeisenberg committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6630cbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a4a573 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5da7870 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5229df1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    daaac43 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Condense matrix syntax

    angelapwen committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    cc047a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e7a52 View commit details
    Browse the repository at this point in the history
  3. Fix syntax error

    angelapwen committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    64d83c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a557279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a27e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5895ab0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeee462 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a758ec5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f86ddc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    ef145d6 View commit details
    Browse the repository at this point in the history
  2. bash syntax fixup

    angelapwen committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f7a7ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51da86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e16d085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ec485d View commit details
    Browse the repository at this point in the history
  6. Update changelog and version after v2.1.18

    github-actions[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2d4d9d8 View commit details
    Browse the repository at this point in the history
  7. Update checked-in dependencies

    github-actions[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    bb2956f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1167 from github/mergeback/v2.1.18-to-main-2ca79b6f

    Mergeback v2.1.18 refs/heads/releases/v2 into main
    cklin committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1a0331c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    2a582eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1160 from github/angelapwen/refactor-debug-artifa…

    …cts-pr-check
    
    Split debug artifacts PR check into two jobs
    angelapwen committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9990b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38c2c09 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Merge pull request #1164 from github/edoardo/add-cache-dep

    Add dependency on `@actions/cache`
    edoardopirovano committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    693d3f2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2d5738c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1170 from github/edoardo/add-trap-cache-option

    Add option to override TRAP caching feature flag
    edoardopirovano committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    cade2b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3ae6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f867dc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    010abe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b952980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc2291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05176bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c82b1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27df4c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4993f1e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    8903097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7a29d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df9361 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1172 from github/edoardo/trap-caching

    Introduce TRAP caching
    edoardopirovano committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    07720c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    3835e64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1174 from github/edoardo/remove-workaround

    Remove distrust of `GITHUB_ACTION_REF` for local actions
    edoardopirovano committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c7db5d9 View commit details
    Browse the repository at this point in the history
  3. Add utilities unit tests

    angelapwen committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    484a72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90676d9 View commit details
    Browse the repository at this point in the history
  5. Re-declare codeql var

    angelapwen committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3c4f458 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1171 from crenshaw-dev/clarify-category-error-mes…

    …sage
    
    fix: clarify upload-sarify category uniqueness error message
    aeisenberg committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a6d0901 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44f42da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0403fb7 View commit details
    Browse the repository at this point in the history
  9. Add the defaultAugmentationProperties constant

    This makes some syntax in tests somewhat simpler.
    aeisenberg committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2314063 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    bbdc9ef View commit details
    Browse the repository at this point in the history
  2. Address review comments

    angelapwen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    65d6ee0 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md wording

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    angelapwen and adityasharad committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fa59c28 View commit details
    Browse the repository at this point in the history
  4. Update comment wording

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    angelapwen and aeisenberg committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d909f71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e121c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fdaff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15608ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26cafd2 View commit details
    Browse the repository at this point in the history
  9. Remove extraneous files

    angelapwen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fd83e55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    172eca4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf7f893 View commit details
    Browse the repository at this point in the history
  12. Remove review comments

    angelapwen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    79b933c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1159 from github/angelapwen/post-init-cleanup

    Move logs, SARIF, database bundle actions uploads to post: hooks
    angelapwen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b659ce5 View commit details
    Browse the repository at this point in the history
  14. Remove an unneeded if.

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    chrisgavin and aeisenberg committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7c6fa5c View commit details
    Browse the repository at this point in the history
  15. Merge main into local.

    chrisgavin committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    07e8996 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a09a029 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d74f663 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    072cd92 View commit details
    Browse the repository at this point in the history
  19. Bump @types/long from 4.0.1 to 5.0.0

    Bumps [@types/long](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/long) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/long)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/long"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0495378 View commit details
    Browse the repository at this point in the history
  20. Update checked-in dependencies

    github-actions[bot] committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ccfb4e2 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1175 from github/local

    Use the API URL from the environment if it is present.
    chrisgavin committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d101dd6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bcf4720 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1127 from github/aeisenberg/unrevert-query-filters

    Revert "Revert "Add capability to filter queries #1098""
    aeisenberg committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c12cfbc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fa2bc21 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    68f1d68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8043f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1176 from github/dependabot/npm_and_yarn/types/lo…

    …ng-5.0.0
    
    Bump @types/long from 4.0.1 to 5.0.0
    henrymercer committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5836ad9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1105 from github/aeisenberg/fix-config-files

    Re-enable passing the codescanning config file to the CLI
    aeisenberg committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    680d08e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    af9d911 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1178 from github/henrymercer/codeql-cli-2.10.3

    Update default CodeQL version to 2.10.3
    henrymercer committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f9bce02 View commit details
    Browse the repository at this point in the history
  3. Disable python2 + pipenv tests

    Just like we did for poetry and Python 2 in #1124
    
    From looking at changelogs, Python2 has not been supported in Pipenv since [v2021.11.5](https://pipenv.pypa.io/en/latest/changelog/#id149)
    RasmusWL committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    909e2fd View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    RasmusWL committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c8cb2b4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1181 from github/RasmusWL/disable-python2-pipenv

    Disable python2 + pipenv tests
    RasmusWL committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b3adcb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    d8adbe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1183 from github/edoardo/fix-cache-key

    Fix cache key for TRAP caching
    edoardopirovano committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ca10a6d View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    4139682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b29194f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1182 from github/edoardo/trap-cache-telemetry

    Add telemetry for TRAP caching
    edoardopirovano committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8a4437a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    016a5e3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1184 from github/edoardo/trap-telemetry-followup

    Use `util.promisify` instead of manually constructing promise
    edoardopirovano committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b0d61cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df0c0da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5862bae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96a8424 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d45b0eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1cd41a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b7fa3d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    8beb190 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1187 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions.
    edoardopirovano committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8bc36d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    416ad3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47f573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b469d53 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1185 from github/henrymercer/bypass-toolcache-fea…

    …ture-flag
    
    Enable bypassing the cached CodeQL bundle via a feature flag
    henrymercer committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7d94bb8 View commit details
    Browse the repository at this point in the history
  7. Update changelog for v2.1.19

    github-actions[bot] committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e357cd9 View commit details
    Browse the repository at this point in the history