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 releases/v2 into releases/v1 #1109

Merged
merged 47 commits into from Jun 21, 2022
Merged

Commits on May 27, 2022

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

Commits on May 31, 2022

  1. Make the linter happy.

    MathiasVP committed May 31, 2022
    Configuration menu
    Copy the full SHA
    16c620d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Update changelog and version after v2.1.12

    github-actions[bot] committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    57096f1 View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    632cc8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1089 from github/mergeback/v2.1.12-to-main-27ea8f8f

    Mergeback v2.1.12 refs/heads/releases/v2 into main
    aeisenberg committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    69e0990 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    1b5ea4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1085 from github/swift-support

    Add Swift as a possible traced language
    aeisenberg committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ccf479d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Avoid use of rmdir

    This is a deprecated method on node v16.
    aeisenberg committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f7c46e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge pull request #1095 from github/aeisenberg/use-del

    Avoid use of rmdir
    aeisenberg committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    29a2159 View commit details
    Browse the repository at this point in the history
  2. Add typings for js-yaml

    aeisenberg committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0efcf74 View commit details
    Browse the repository at this point in the history
  3. Add the check-sarif action

    Allows us to analyze and then check that certain queries were included
    in the analysis and others were not.
    aeisenberg committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    bcb7fad View commit details
    Browse the repository at this point in the history
  4. Add capability to filter queries

    This change adds a `query-filters` property to the codeql-config file.
    
    This property is an array of `exclude`/`include` entries for a query
    suite. These filters are appended to the generated query suite files
    and used to filter queries after they are selected.
    
    A related change is that now, all pack references are run in a single
    query suite, which has the query filters appended to them.
    aeisenberg committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    40b2800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06e27d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eec34d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    81b419c View commit details
    Browse the repository at this point in the history
  2. add ml query pack 0.3.0

    TomBolton committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0ece1d1 View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    TomBolton committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    79d8e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8f4c0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a568674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a27dc4f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1087 from github/tombolton/update-ml-pack

    Run ML-powered query pack `~0.3.0` on v2.9.3+ of the CLI
    TomBolton committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    df05122 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    aeisenberg committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    428caf0 View commit details
    Browse the repository at this point in the history
  9. Clarify variable names in new action

    Also simplify some computations.
    aeisenberg committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4918636 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    aeisenberg and henrymercer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6834383 View commit details
    Browse the repository at this point in the history
  11. Extract query-filters test into a composite action

    Removes duplicated yaml.
    
    Also add some better typings.
    aeisenberg committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    59ca9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    97f9db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777b778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db77ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7459f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1086 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions.
    henrymercer committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d2ab7a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee4575b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c412c6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1098 from github/aeisenberg/remove-queries

    Add capability to filter queries
    aeisenberg committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    80ecdcd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1096 from github/aeisenberg/check-sarif-action

    Add the check-sarif action
    aeisenberg committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2e80c74 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fix input to action

    aeisenberg committed Jun 17, 2022
    1 Configuration menu
    Copy the full SHA
    c7785f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e111b2 View commit details
    Browse the repository at this point in the history
  3. Ensure there are no duplicates when sending up required checks

    This breaks the API. Also, fix the checks that had duplicate names.
    aeisenberg committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7adb33d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1103 from github/aeisenberg/fix-required-checks-s…

    …cript
    
    Ensure there are no duplicates when sending up required checks
    aeisenberg committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    30fe0a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    ccf5d70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1100 from github/edoardo/2.9.4-bump

    Update default CodeQL version to 2.9.4
    edoardopirovano committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    31367d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Update changelog for v2.1.13

    github-actions[bot] committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8bd4419 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1107 from github/update-v2.1.13-31367d4e

    Merge main into releases/v2
    edoardopirovano committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d00e8c0 View commit details
    Browse the repository at this point in the history
  3. Revert "Update version and changelog for v1.1.12"

    This reverts commit 24d91cb.
    github-actions[bot] committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9d650fd View commit details
    Browse the repository at this point in the history
  4. Revert "Update checked-in dependencies"

    This reverts commit 6efabfe.
    github-actions[bot] committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3b2cf89 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.13…

    …-d00e8c09
    github-actions[bot] committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4d013d7 View commit details
    Browse the repository at this point in the history
  6. Update version and changelog for v1.1.13

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

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