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

Merged
merged 47 commits into from Nov 25, 2022
Merged

Merge main into releases/v2 #1395

merged 47 commits into from Nov 25, 2022

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    bfc5662 View commit details
    Browse the repository at this point in the history
  2. Rename TEST_MODE to specific variable for CodeQL Action

    This allows us to set it automatically in the workflow generator,
    simplifying things and reducing the scope for error.
    henrymercer committed Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    a190d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cdf751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc2dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a836d95 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1373 from github/edoardo/workaround-download

    TRAP Caching: Re-introduce workaround for download timeout
    edoardopirovano committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    53060aa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1374 from github/henrymercer/pass-testing-environ…

    …ment
    
    Set testing environment for CodeQL workflow
    henrymercer committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0f07790 View commit details
    Browse the repository at this point in the history
  8. Update changelog and version after v2.1.33

    github-actions[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e353814 View commit details
    Browse the repository at this point in the history
  9. Add Ruby to README

    henrymercer committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    55a437c View commit details
    Browse the repository at this point in the history
  10. Update checked-in dependencies

    github-actions[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    377b692 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1376 from github/mergeback/v2.1.33-to-main-678fc3af

    Mergeback v2.1.33 refs/heads/releases/v2 into main
    marcogario committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b8914b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    7694d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fddc51 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Cache feature flags on disk

    This will allow feature flags to be shared across steps in the same job,
    avoiding an error we saw earlier where the init action had the flag
    enabled, but the analyze step had it disabled.
    
    This uses the runner's temp folder to cache the flags file, which will
    stick around until the job completes.
    aeisenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c29fca4 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    aeisenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    da75623 View commit details
    Browse the repository at this point in the history
  3. Rename

    aeisenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cfce1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee97e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1384 from github/aeisenberg/feature-flags-disk

    Cache feature flags on disk
    aeisenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    26df9a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update v1 deprecation date

    The expected deprecation date of GHES 3.3 has been postponed, so v1 will
    now be deprecated in January.
    henrymercer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6013661 View commit details
    Browse the repository at this point in the history
  2. Add Ruby and Swift language autodetect tests (#1369)

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    angelapwen and henrymercer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bab5a14 View commit details
    Browse the repository at this point in the history
  3. Use Swift version 5.7 in PR checks

    The version installed in the latest runner image, 5.7.1, is not yet
    supported.
    henrymercer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e9e73b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e17a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dcca8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ccaddd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c49c05b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34d91a9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1387 from github/henrymercer/fix-swift-version

    Use Swift version 5.7 in PR checks
    henrymercer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    def4f60 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    93c6b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b2045 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1385 from github/henrymercer/update-v1-deprecatio…

    …n-date
    
    Update v1 deprecation date
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    09bfd56 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1389 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions.
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c719ec0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39fe7aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc341c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1390 from github/henrymercer/remove-dead-code

    Remove some dead code
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    187515b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d52e657 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce90479 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b7c9da View commit details
    Browse the repository at this point in the history
  11. Test Linux against Swift 5.7

    Currently only macOS supports 5.7.1
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    909c868 View commit details
    Browse the repository at this point in the history
  12. Add the feature to bypass the toolcache for kotlin and swift

    This works by moving the logic to check for toolcache bypass out of
    creating the codeql instance. The logic now _may_ perform an API request
    in order to check what languages are in the repository. This check is
    redundant because the same call is being made later in the action when
    the actual list of languages is calculated.
    aeisenberg committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f79028a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    ad7ca9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1391 from github/alexet/update-2.11.4-v2

    Update default CodeQL bundle version to 2.11.4
    alexet committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c61f4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead8da6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1388 from github/henrymercer/bump-swift-version-t…

    …o-5.7.1
    
    Run Swift tests with Swift 5.7.1 on macOS
    henrymercer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f0a052e View commit details
    Browse the repository at this point in the history
  5. Add API call for languages if java in input

    If a user explicitly includes java in their language inputs, always
    make an api call to check for kotlin in the repo.
    
    Also, add some suggestions from code reviews.
    aeisenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    eb19ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    102e01d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Merge pull request #1394 from github/aeisenberg/bypass-toolcache-kotl…

    …in-swift
    
    Add a way to bypass the toolcache for kotlin and swift
    henrymercer committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    7e73ded View commit details
    Browse the repository at this point in the history
  2. Update changelog for v2.1.34

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