Skip to content

Commits

Permalink
c6e756bb39
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 25, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Nov 25, 2022
    Copy the full SHA
    c6e756b View commit details
  2. Update changelog and version after v2.1.34

    github-actions[bot] committed Nov 25, 2022
    Copy the full SHA
    8d8b898 View commit details
  3. Merge pull request #1395 from github/update-v2.1.34-7e73deda

    Merge main into releases/v2
    Alexander Eyers-Taylor authored and GitHub committed Nov 25, 2022
    Copy the full SHA
    312e093 View commit details
  4. Update changelog for v2.1.34

    github-actions[bot] committed Nov 25, 2022
    Copy the full SHA
    aef0440 View commit details
  5. Merge pull request #1394 from github/aeisenberg/bypass-toolcache-kotl…

    …in-swift
    
    Add a way to bypass the toolcache for kotlin and swift
    Henry Mercer authored and GitHub committed Nov 25, 2022
    Copy the full SHA
    7e73ded View commit details

Commits on Nov 24, 2022

  1. Small refactoring of shouldBypassToolcache

    Andrew Eisenberg committed Nov 24, 2022
    Copy the full SHA
    102e01d View commit details
  2. 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.
    Andrew Eisenberg committed Nov 24, 2022
    Copy the full SHA
    eb19ecb View commit details
  3. 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
    Henry Mercer authored and GitHub committed Nov 24, 2022
    Copy the full SHA
    f0a052e View commit details
  4. Merge branch 'main' into henrymercer/bump-swift-version-to-5.7.1

    Henry Mercer authored and GitHub committed Nov 24, 2022
    Copy the full SHA
    ead8da6 View commit details
  5. Merge pull request #1391 from github/alexet/update-2.11.4-v2

    Update default CodeQL bundle version to 2.11.4
    Alexander Eyers-Taylor authored and GitHub committed Nov 24, 2022
    Copy the full SHA
    c61f4c6 View commit details
  6. Add some new tests and fix some comments

    Andrew Eisenberg committed Nov 24, 2022
    Copy the full SHA
    ad7ca9b View commit details

Commits on Nov 23, 2022

  1. 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.
    Andrew Eisenberg committed Nov 23, 2022
    Copy the full SHA
    f79028a View commit details
  2. Test Linux against Swift 5.7

    Currently only macOS supports 5.7.1
    Henry Mercer committed Nov 23, 2022
    Copy the full SHA
    909c868 View commit details
  3. Add the bypass_toolcache_kotlin_switft_enabled flag

    Andrew Eisenberg committed Nov 23, 2022
    Copy the full SHA
    5b7c9da View commit details
  4. Test latest and nightly-latest against Swift 5.7.1

    Henry Mercer committed Nov 23, 2022
    Copy the full SHA
    ce90479 View commit details
  5. Update default CodeQL bundle version to 2.11.4

    Alexander Eyers-Taylor committed Nov 23, 2022
    Copy the full SHA
    d52e657 View commit details
  6. Merge pull request #1390 from github/henrymercer/remove-dead-code

    Remove some dead code
    Henry Mercer authored and GitHub committed Nov 23, 2022
    Copy the full SHA
    187515b View commit details
  7. Copy the full SHA
    bc341c5 View commit details
  8. Remove dead guard for GHES 3.0

    Henry Mercer committed Nov 23, 2022
    Copy the full SHA
    39fe7aa View commit details
  9. Merge pull request #1389 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions.
    Henry Mercer authored and GitHub committed Nov 23, 2022
    Copy the full SHA
    c719ec0 View commit details
  10. Merge pull request #1385 from github/henrymercer/update-v1-deprecatio…

    …n-date
    
    Update v1 deprecation date
    Henry Mercer authored and GitHub committed Nov 23, 2022
    Copy the full SHA
    09bfd56 View commit details
  11. Merge branch 'main' into henrymercer/update-v1-deprecation-date

    Henry Mercer authored and GitHub committed Nov 23, 2022
    Copy the full SHA
    33b2045 View commit details
  12. Copy the full SHA
    93c6b70 View commit details

Commits on Nov 22, 2022

  1. Merge pull request #1387 from github/henrymercer/fix-swift-version

    Use Swift version 5.7 in PR checks
    Henry Mercer authored and GitHub committed Nov 22, 2022
    Copy the full SHA
    def4f60 View commit details
  2. Use runner.os in ML-powered queries tests too

    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    34d91a9 View commit details
  3. Perform the check using runner.os

    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    c49c05b View commit details
  4. Define swift-version as a string

    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    2ccaddd View commit details
  5. Pin the version of swift-actions/setup-swift@v1

    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    5dcca8a View commit details
  6. Drop unneeded CODEQL_ENABLE_EXPERIMENTAL_FEATURES env var

    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    b6e17a6 View commit details
  7. Use Swift version 5.7 in PR checks

    The version installed in the latest runner image, 5.7.1, is not yet
    supported.
    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    e9e73b0 View commit details
  8. Add Ruby and Swift language autodetect tests (#1369)

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    2 people authored and GitHub committed Nov 22, 2022
    Copy the full SHA
    bab5a14 View commit details
  9. Update v1 deprecation date

    The expected deprecation date of GHES 3.3 has been postponed, so v1 will
    now be deprecated in January.
    Henry Mercer committed Nov 22, 2022
    Copy the full SHA
    6013661 View commit details

Commits on Nov 21, 2022

  1. Merge pull request #1384 from github/aeisenberg/feature-flags-disk

    Cache feature flags on disk
    Andrew Eisenberg authored and GitHub committed Nov 21, 2022
    Copy the full SHA
    26df9a9 View commit details
  2. Add extra test ensuring env var overrides cached feature flag

    Andrew Eisenberg committed Nov 21, 2022
    Copy the full SHA
    4ee97e5 View commit details
  3. Rename

    Andrew Eisenberg committed Nov 21, 2022
    Copy the full SHA
    cfce1c4 View commit details
Older