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

Merged
merged 15 commits into from
Mar 27, 2023
Merged

Merge main into releases/v2 #1608

merged 15 commits into from
Mar 27, 2023

Commits on Mar 22, 2023

  1. Update changelog and version after v2.2.8

    github-actions[bot] committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1196b1a View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0b08c9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1602 from github/mergeback/v2.2.8-to-main-67a35a08

    Mergeback v2.2.8 refs/heads/releases/v2 into main
    henrymercer committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    04f256d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    94cc1de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1603 from github/charisk/default-branch-analayzin…

    …g-override
    
    Add override for code scanning analysis of default branch
    charisk committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0214d1d View commit details
    Browse the repository at this point in the history
  3. Update upload input values and logic (#1598)

     - The `upload` input to the `analyze` Action now accepts the following values:
        - `always` is the default value, which uploads the SARIF file to Code Scanning for successful and failed runs.
        - `failure-only` is recommended for customers post-processing the SARIF file before uploading it to Code Scanning. This option uploads debugging information to Code Scanning for failed runs to improve the debugging experience.
        - `never` avoids uploading the SARIF file to Code Scanning even if the code scanning run fails. This is not recommended for external users since it complicates debugging.
        - The legacy `true` and `false` options will be interpreted as `always` and `failure-only` respectively.
    
    ---------
    
    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    angelapwen and henrymercer committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a21bb7f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    befd804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097ab46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f852ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ade432f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8935d5 View commit details
    Browse the repository at this point in the history
  6. Just check the number of locations

    Only tests the property we are looking for and avoids problems with
    different cross-platform behavior.
    henrymercer committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    329c022 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge pull request #1605 from github/henrymercer/diagnostics-grouping…

    …-workaround
    
    Work around duplicate locations bug in diagnostics export
    henrymercer committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fb32c3f View commit details
    Browse the repository at this point in the history
  2. Update changelog for v2.2.9

    github-actions[bot] committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fef20d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0988cb View commit details
    Browse the repository at this point in the history