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

Merged
merged 26 commits into from May 25, 2023
Merged

Merge main into releases/v2 #1706

merged 26 commits into from May 25, 2023

Commits on May 24, 2023

  1. move check to calling function

    DISABLE_DUPLICATE_LOCATION_FIX - this is to avoid needless crashes on
    large sarif files
    kaeluka committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3100e1e View commit details
    Browse the repository at this point in the history
  2. add rebuilt lib

    kaeluka committed May 24, 2023
    Configuration menu
    Copy the full SHA
    dddabd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    153cab0 View commit details
    Browse the repository at this point in the history
  4. add rebuilt lib

    kaeluka committed May 24, 2023
    Configuration menu
    Copy the full SHA
    636b9ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0962265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f9b20b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dba4f66 View commit details
    Browse the repository at this point in the history
  8. Update changelog and version after v2.3.4

    github-actions[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    59d27da View commit details
    Browse the repository at this point in the history
  9. Update checked-in dependencies

    github-actions[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1319d54 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1701 from github/mergeback/v2.3.4-to-main-f0e3dfb3

    Mergeback v2.3.4 refs/heads/releases/v2 into main
    angelapwen committed May 24, 2023
    Configuration menu
    Copy the full SHA
    11ea309 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request #1697 from github/fixInvalidNotifications-shortcut

    Avoid parsing SARIF file when workaround for duplicate notification locations is disabled
    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5f061ca View commit details
    Browse the repository at this point in the history
  2. Fix GitHub Actions email

    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3da4cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5879b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    789f65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc5f2fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1694 from jsoref/fixes

    Fix running tests on forks, and handle invalid URIs when fingerprinting
    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1023a08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1702 from github/henrymercer/update-github-action…

    …s-email
    
    Fix GitHub Actions email
    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    41499f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a409ac View commit details
    Browse the repository at this point in the history
  9. Update Node version

    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    50bc388 View commit details
    Browse the repository at this point in the history
  10. Update npm version

    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8d7f61b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1704 from github/henrymercer/contributions-updates

    Contributing documentation updates
    henrymercer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3912995 View commit details
    Browse the repository at this point in the history
  12. Avoid throwing validation error on invalid URIs

    The recent update of jsonschema inadvertently caused extra validation of
    `uri-reference` formatted properties. This change ensures that these
    errors are converted to warnings.
    
    Note that we cannot revert the change to jsonschema since the old
    version does not handle `uniqueItems` correctly.
    aeisenberg committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9c5706e View commit details
    Browse the repository at this point in the history
  13. Update changelog

    aeisenberg committed May 25, 2023
    Configuration menu
    Copy the full SHA
    42add7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3314cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ff82fd0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15f9b00 View commit details
    Browse the repository at this point in the history