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: v2.1.34
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: b2a92eb56d8cb930006a1c6ed86b0782dd8a4297
Choose a head ref
  • 11 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 25, 2022

  1. Update changelog and version after v2.1.34

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

    github-actions[bot] committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c6e756b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1396 from github/mergeback/v2.1.34-to-main-312e093a

    Mergeback v2.1.34 refs/heads/releases/v2 into main
    Alexander Eyers-Taylor authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9dac9f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    c62445d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf1c50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1402 from github/rasmuswl/new-virtualenv

    python-setup: rely on new `virtualenv` for venv creation in Ubuntu 22.04
    RasmusWL authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    160613c View commit details
    Browse the repository at this point in the history
  4. Fixes spurious error messages in tests

    Previously, `isAnalyzingDefaultBranch` was failing because there are
    some missing env vars: `GITHUB_SHA`, `GITHUB_REF`, and
    `GITHUB_EVENT_PATH`. Also, `checkout_path` is missing as an input.
    
    Rather than trying to set them to mock values, which would require
    setting the paths to existing paths in the file system, I chose to stub
    the entire function. I think this is fine since the point of the test
    is to check the ram and threads values, not testing the
    `isAnalyzingDefaultBranch` function.
    aeisenberg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1384ce4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Merge pull request #1400 from github/aeisenberg/fix-test-error

    Fixes spurious error messages in tests
    aeisenberg authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a631f4b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    9af9a11 View commit details
    Browse the repository at this point in the history
  2. Update changelog for v2.1.35

    github-actions[bot] committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    075b74d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1406 from github/update-v2.1.35-9af9a11d

    Merge main into releases/v2
    henrymercer authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b2a92eb View commit details
    Browse the repository at this point in the history
Loading