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.7
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.8
Choose a head ref
  • 16 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 5, 2022

  1. Update changelog and version after v2.1.7

    github-actions[bot] committed Apr 5, 2022
    Copy the full SHA
    d0ca51f View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Apr 5, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1167375 View commit details
  3. Merge pull request #1020 from github/mergeback/v2.1.7-to-main-0182a2c7

    Mergeback v2.1.7 refs/heads/v2 into main
    edoardopirovano authored Apr 5, 2022
    Copy the full SHA
    b9bb8dd View commit details

Commits on Apr 7, 2022

  1. Copy the full SHA
    5d3e1a7 View commit details
  2. Merge pull request #1014 from github/edoardo/2.8.5-bump

    Update default CodeQL version to 2.8.5
    edoardopirovano authored Apr 7, 2022
    Copy the full SHA
    a0b5962 View commit details
  3. Exclude pull requests from actions/runs request

    This will save time when fetcing the current run and we
    don't use the pull requests for anything anyway. It is
    ok to leave out.
    aeisenberg committed Apr 7, 2022
    Copy the full SHA
    426a395 View commit details
  4. Update changelog

    aeisenberg committed Apr 7, 2022
    Copy the full SHA
    0ecdac4 View commit details
  5. Merge pull request #1025 from github/aeisenberg/get-runs-api

    Exclude pull requests from actions/runs request
    aeisenberg authored Apr 7, 2022
    Copy the full SHA
    739937f View commit details

Commits on Apr 8, 2022

  1. Update changelog for v2.1.8

    github-actions[bot] committed Apr 8, 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
    3ed22c8 View commit details
  2. Copy the full SHA
    1ed1437 View commit details
  3. Revert "Update version and changelog for v1.1.7"

    This reverts commit 3d10ffe.
    github-actions[bot] committed Apr 8, 2022
    Copy the full SHA
    026ff35 View commit details
  4. Revert "Update checked-in dependencies"

    This reverts commit 7eac76f.
    github-actions[bot] committed Apr 8, 2022
    Copy the full SHA
    0ab00f4 View commit details
  5. Copy the full SHA
    d9f89b3 View commit details
  6. Update version and changelog for v1.1.8

    github-actions[bot] committed Apr 8, 2022
    Copy the full SHA
    f679ec9 View commit details
  7. Update checked-in dependencies

    github-actions[bot] committed Apr 8, 2022
    Copy the full SHA
    c7b049b View commit details
  8. Copy the full SHA
    e2cc7cc View commit details
Showing with 14 additions and 9 deletions.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 lib/actions-util.js
  3. +1 −1 lib/actions-util.js.map
  4. +1 −1 lib/defaults.json
  5. +1 −1 node_modules/.package-lock.json
  6. +2 −2 package-lock.json
  7. +1 −1 package.json
  8. +1 −1 src/actions-util.ts
  9. +1 −1 src/defaults.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CodeQL Action Changelog

## 1.1.8 - 08 Apr 2022

- Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014)
- Fix error where the init action would fail due to a GitHub API request that was taking too long to complete [#1025](https://github.com/github/codeql-action/pull/1025)

## 1.1.7 - 05 Apr 2022

- A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. [#1018](https://github.com/github/codeql-action/pull/1018)
2 changes: 1 addition & 1 deletion lib/actions-util.js

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

Loading