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

Merged
merged 34 commits into from Nov 2, 2022
Merged

Commits on Oct 26, 2022

  1. Update changelog and version after v2.1.29

    github-actions[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    98f6408 View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e76b89f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1324 from github/mergeback/v2.1.29-to-main-ec3cf9c6

    Mergeback v2.1.29 refs/heads/releases/v2 into main
    edoardopirovano committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3c7f791 View commit details
    Browse the repository at this point in the history
  4. Fix mergeback PR description

    Previously the quoted values weren't visible in the PR description.
    henrymercer committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    55ffe2d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1326 from github/henrymercer/fix-mergeback-pr-des…

    …cription
    
    Fix mergeback PR description
    edoardopirovano committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    40542d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Run PR checks for CLIs < 2.7.3 on ubuntu-20.04

    Build tracing using CLIs before 2.7.3 no longer works with the most
    recent update to the `ubuntu-22.04` runner image.
    
    With this new logic, we can remove the workarounds around testing
    `windows-2019` and `windows-2022`.
    henrymercer committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f248a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5767f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7342926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ed5abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a312004 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993ca05 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Add a better error message for users of CodeQL CLI 2.7.2 and earlier

    Improves the error message for users running (a) CLI 2.7.2 and earlier
    and (b) `ubuntu-22.04`, to which `ubuntu-latest` is now being migrated.
    Previously this was "undefined symbol: __libc_dlopen_mode, version
    GLIBC_PRIVATE".
    Now we give some guidance around glibc versions and using the
    `ubuntu-20.04` runner image.
    henrymercer committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a12a861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b37e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Merge pull request #1330 from github/henrymercer/ubuntu-image-upgrade

    Make PR checks compatible with the latest version of the `ubuntu-latest` runner image
    henrymercer committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7e25850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13cb2ca View commit details
    Browse the repository at this point in the history
  3. Improve error message

    henrymercer committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a3141c7 View commit details
    Browse the repository at this point in the history
  4. Add changelog note

    henrymercer committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6c6b550 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Actions status report: Send testing_environment.

    The testing environment is taken from the environment variable
    CODEQL_ACTION_TESTING_ENVIRONMENT.
    criemen committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4b73c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfcbb09 View commit details
    Browse the repository at this point in the history
  3. Update src/actions-util.ts

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    criemen and henrymercer committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ae0a260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c44e6c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1340 from github/henrymercer/fix-proxy-check

    Fix missing Docker image in proxy test
    henrymercer committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    aa07b38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77b1f7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac0112f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1321 from github/criemen/datadog-tag

    Actions status report: Send testing_environment.
    criemen committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    72bd9cb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1328 from github/angelapwen/add-go-autobuild-comment

    Add Go to list of supported languages
    angelapwen committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2ec046b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1334 from github/henrymercer/better-error-for-glibc

    Add a better error message for users of CodeQL CLI 2.7.2 and earlier running on `ubuntu-22.04`
    henrymercer committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    cd983e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Update changelog for v2.1.30

    github-actions[bot] committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f04ca7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1341 from github/update-v2.1.30-cd983e71

    Merge main into releases/v2
    henrymercer committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    18fe527 View commit details
    Browse the repository at this point in the history
  3. Revert "Update version and changelog for v1.1.29"

    This reverts commit b0be33f.
    github-actions[bot] committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d1c78e5 View commit details
    Browse the repository at this point in the history
  4. Revert "Update checked-in dependencies"

    This reverts commit 99df42d.
    github-actions[bot] committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0152042 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.30…

    …-18fe527f
    github-actions[bot] committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f5dc403 View commit details
    Browse the repository at this point in the history
  6. Update version and changelog for v1.1.30

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

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