Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.26
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.27
Choose a head ref
  • 7 commits
  • 34 files changed
  • 9 contributors

Commits on Oct 6, 2022

  1. Merge main into releases/v2 (#1287)

    * Update changelog and version after v2.1.26
    
    * Update checked-in dependencies
    
    * Don't check for Go logs on failure (#1279)
    
    * Update supported GitHub Enterprise Server versions. (#1275)
    
    Co-authored-by: GitHub <noreply@github.com>
    
    * TRAP Caching: Add timeouts to upload/download operations
    
    * Add logging statements declaring state of the cli_config_file_enabled
    
    It's possible to determine this otherwise, but this makes it easier to
    spot.
    
    * Avoid using single value as array
    
    The user config parser in the CLI doesn't yet support it.
    
    * Extract logging statements to separate function
    
    * Correctly report CodeQL version when using cache (#1259)
    
    * Correctly report CodeQL version when using cache
    
    * Add JS generated files
    
    * Add test for return value of `setupCodeQL`
    
    * Fill in missing return value comment
    
    * Convert "Invalid source root" errors to UserErrors
    
    * Add changelog note for Go extraction reconciliation (#1286)
    
    * Add changelog note for Go extraction reconciliation
    
    * Update CHANGELOG.md
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    
    * Tweaks from PR review
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    
    * Update changelog for v2.1.27
    
    Co-authored-by: github-actions[bot] <github-actions@github.com>
    Co-authored-by: Chuan-kai Lin <cklin@github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: GitHub <noreply@github.com>
    Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com>
    Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com>
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    9 people authored Oct 6, 2022
    Copy the full SHA
    8075783 View commit details
  2. Revert "Update version and changelog for v1.1.26"

    This reverts commit 7e79eb6.
    github-actions[bot] committed Oct 6, 2022
    Copy the full SHA
    0bb9f8e View commit details
  3. Revert "Update checked-in dependencies"

    This reverts commit 6548772.
    github-actions[bot] committed Oct 6, 2022
    Copy the full SHA
    75e286a View commit details
  4. Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.27…

    …-80757836
    github-actions[bot] committed Oct 6, 2022
    Copy the full SHA
    d5b0890 View commit details
  5. Update version and changelog for v1.1.27

    github-actions[bot] committed Oct 6, 2022
    Copy the full SHA
    fe49f6c View commit details

Commits on Oct 7, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Oct 7, 2022
    Copy the full SHA
    54257f7 View commit details
  2. Merge pull request #1288 from github/update-v1.1.27-80757836

    Merge releases/v2 into releases/v1
    angelapwen authored Oct 7, 2022
    Copy the full SHA
    2eeff7b View commit details
Loading