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

Merged
merged 55 commits into from Nov 16, 2022
Merged

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    b45e925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea990a3 View commit details
    Browse the repository at this point in the history
  3. Remove lines of code counting in the Action

    We now only need to support doing this in the CLI.
    henrymercer committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    84e5134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acbc6ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e44100 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fd7631 View commit details
    Browse the repository at this point in the history
  7. Add changelog note

    henrymercer committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e131232 View commit details
    Browse the repository at this point in the history
  8. Update first version of CLI compatible with Windows 2022

    It is 2.8.2, not 2.7.3.
    henrymercer committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0c3e493 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Update changelog and version after v2.1.32

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

    github-actions[bot] committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f3e11b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1361 from github/mergeback/v2.1.32-to-main-42384213

    Mergeback v2.1.32 refs/heads/releases/v2 into main
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    af487b1 View commit details
    Browse the repository at this point in the history
  4. Delete runner CLI config parsing check

    This is now covered by `codescanning-config-cli.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    be84b68 View commit details
    Browse the repository at this point in the history
  5. Remove Windows and macOS JS analysis runner tests

    These are covered by `codeql.yml`, which runs across all latest runner
    images.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    63d8cbe View commit details
    Browse the repository at this point in the history
  6. Remove manual build steps tests

    These are tested by `multi-language-autodetect.yml`
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    83ead45 View commit details
    Browse the repository at this point in the history
  7. Remove runner C# autobuild tests

    These are covered by `autobuild-action.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    219d9a0 View commit details
    Browse the repository at this point in the history
  8. Remove runner upload SARIF test

    Testing SARIF compatibility is covered by `codeql.yml`.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    adb125a View commit details
    Browse the repository at this point in the history
  9. Remove runner threads and RAM test

    We don't need to test runner functionality now since the runner is only
    used in PR checks, and `extractor-ram-threads.yml` covers the Action
    case.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    73c5c06 View commit details
    Browse the repository at this point in the history
  10. Delete the runner

    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    51abddb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b498c79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c8a9b1 View commit details
    Browse the repository at this point in the history
  13. Support Swift for private beta (#1350)

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    angelapwen and henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0eacdb5 View commit details
    Browse the repository at this point in the history
  14. Remove note about separation in actions-util

    We could move everything into `util`, but in some ways it is nice having
    a file dedicated to Actions related utilities.
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    03bb58c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d46406 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ecbaea View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dac8912 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9df773d View commit details
    Browse the repository at this point in the history
  19. Update lockfiles to v3

    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    375506c View commit details
    Browse the repository at this point in the history
  20. Deprecate Go extraction reconciliation feature flag and `CODEQL_EXTRA…

    …CTOR_GO_BUILD_TRACING` for custom builds (#1322)
    
    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    angelapwen and henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5883c13 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    47ce159 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0990a34 View commit details
    Browse the repository at this point in the history
  23. Add Swift file baseline info to expected list

    Also update query ID prefixes for C# and Ruby
    henrymercer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    31c8730 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1e2f8f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Merge pull request #1366 from github/henrymercer/update-lockfile

    Update lockfiles to v3
    henrymercer committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    35086e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef8b89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b5c1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1365 from github/henrymercer/update-query-id-pref…

    …ixes
    
    Add Swift file baseline info to expected list
    henrymercer committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    43f9bd3 View commit details
    Browse the repository at this point in the history
  5. Read CODE_SCANNING_REF

    marcogario committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2bca6af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1368 from marcogario/marcogario/code_scanning_ref

    Read CODE_SCANNING_REF env variable
    aeisenberg committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6a0f768 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1363 from github/henrymercer/delete-runner-part-1

    Delete the runner, part 1
    henrymercer committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f47c93c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dea34e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07b9db6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d48707c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1364 from github/henrymercer/delete-runner-part-2

    Delete the runner, part 2
    henrymercer committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f8b607e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Prefer GITHUB_REF to CODE_SCANNING_REF

    Given that the GITHUB_REF is a protected variable, we want to prefer it to
    CODE_SCANNING_REF. This should prevent accidentally overwriting these values.
    The logic is a bit more involved, as I think it makes sense to raise the error
    about GITHUB_REF not being set, rather than mentioning CODE_SCANNING_REF if
    both are not set.
    marcogario committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0a76b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7484436 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1358 from github/henrymercer/require-cli-2.6.3

    Bump minimum CodeQL bundle version to 2.6.3
    henrymercer committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1935d19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1372 from github/marcogario/prioritize_github_ref

    Prefer GITHUB_REF to CODE_SCANNING_REF
    marcogario committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c939e66 View commit details
    Browse the repository at this point in the history
  5. Update changelog for v2.1.33

    github-actions[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f2c3e7c View commit details
    Browse the repository at this point in the history
  6. Fix changelog entry

    marcogario committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d13b9b8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1375 from github/update-v2.1.33-c939e661

    Merge main into releases/v2
    marcogario committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    678fc3a View commit details
    Browse the repository at this point in the history
  8. Revert "Update version and changelog for v1.1.32"

    This reverts commit b3d9a91.
    github-actions[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    77ca6a3 View commit details
    Browse the repository at this point in the history
  9. Revert "Update checked-in dependencies"

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

    …-678fc3af
    
    # Conflicts:
    #	package-lock.json
    github-actions[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    49a3e72 View commit details
    Browse the repository at this point in the history
  11. Update version and changelog for v1.1.33

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

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