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.2
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.3
Choose a head ref
  • 13 commits
  • 33 files changed
  • 5 contributors

Commits on Feb 17, 2022

  1. Update changelog and version after v1.1.2

    github-actions[bot] committed Feb 17, 2022
    1
    Copy the full SHA
    65174f2 View commit details
  2. 1.1.3

    github-actions[bot] committed Feb 17, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cbc9c75 View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Feb 17, 2022
    Copy the full SHA
    4d875a9 View commit details
  4. Merge pull request #941 from github/mergeback/v1.1.2-to-main-d39d5d5c

    Mergeback v1.1.2 refs/heads/v1 into main
    henrymercer authored Feb 17, 2022
    Copy the full SHA
    040feef View commit details
  5. Add UserError

    This commit adds a `UserError` class that should be thrown when the
    cause of an error is fundamentally from user configuration.
    
    When sending status reports, avoid sending a `failure` for `UserError`s.
    This will prevent our diagnostics from pinging us for errors outside of
    our control.
    aeisenberg committed Feb 17, 2022
    Copy the full SHA
    3d93bb2 View commit details

Commits on Feb 23, 2022

  1. Copy the full SHA
    f14beeb View commit details
  2. Copy the full SHA
    c592525 View commit details
  3. Copy the full SHA
    afbddca View commit details
  4. Merge pull request #938 from github/respect-end-tracing

    Respect `end-tracing` script instead of deleting one variable
    edoardopirovano authored Feb 23, 2022

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    d7ad71d View commit details
  5. 1.1.3

    github-actions[bot] committed Feb 23, 2022
    Copy the full SHA
    4b66d31 View commit details
  6. Update changelog

    aeisenberg committed Feb 23, 2022
    Copy the full SHA
    fa57ef0 View commit details
  7. Update runner version

    For some reason, the runner was still on 1.0.x.
    aeisenberg committed Feb 23, 2022
    Copy the full SHA
    42c72a1 View commit details
  8. Merge pull request #946 from github/update-v1.1.3-d7ad71d8

    Merge main into v1
    aeisenberg authored Feb 23, 2022
    Copy the full SHA
    75f07e7 View commit details
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CodeQL Action and CodeQL Runner Changelog

## 1.1.3 - 23 Feb 2022

- Fix bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938)

## 1.1.2 - 17 Feb 2022

- Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. [#937](https://github.com/github/codeql-action/pull/937)
16 changes: 14 additions & 2 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading