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

Merged
merged 28 commits into from Apr 21, 2023
Merged

Merge main into releases/v2 #1655

merged 28 commits into from Apr 21, 2023

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    4772c1d View commit details
    Browse the repository at this point in the history
  2. Delete legacy tracing

    henrymercer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d8fe76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d13d683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef3700 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    6cd5121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9975b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d018e View commit details
    Browse the repository at this point in the history
  4. Simplify matrix

    henrymercer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d838bac View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    f7a67e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322cea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da64f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2058418 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 13, 2023

  1. Update changelog and version after v2.2.12

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

    github-actions[bot] committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b4fa971 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1647 from github/mergeback/v2.2.12-to-main-7df0ce34

    Mergeback v2.2.12 refs/heads/releases/v2 into main
    henrymercer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    dc04638 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Fix pre-release trigger for update-bundle action

    This PR switches the update-bundle release trigger from `prereleased` to `published` because the former has been documented not to work.
    
    From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release:
    
    > Note: The prereleased type will not trigger for pre-releases published from draft releases, but the published type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.
    cklin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ae24b75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1648 from github/cklin/update-bundle-trigger

    Fix pre-release trigger for update-bundle action
    cklin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    be2b53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7867d03 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Bump swift-actions/setup-swift in /.github/actions/setup-swift (#1650)

    Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1.22.0 to 1.23.0.
    - [Release notes](https://github.com/swift-actions/setup-swift/releases)
    - [Commits](swift-actions/setup-swift@da0e3e0...65540b9)
    
    ---
    updated-dependencies:
    - dependency-name: swift-actions/setup-swift
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9a866ed View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Fix bundle version

    It's the whole tag, we don't want to remove the `codeql-bundle-` prefix.
    henrymercer committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1c2f282 View commit details
    Browse the repository at this point in the history
  2. Autoformat index.ts

    henrymercer committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    55a2e70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1652 from github/henrymercer/fix-bundle-version

    Fix the `bundleVersion` field set by the automated bundle update PR
    henrymercer committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    afdf30f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    7019a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8cc643 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1649 from github/cklin/codeql-cli-2.13.0

    Update default CodeQL bundle version to 2.13.0
    cklin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a8affb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update changelog for v2.3.0

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