Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: f7b9ff3b5978351ccd2c8b2991a6757d0d1d4cd8
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: 76b72768bbcffec38c02629223cf87211de7297e
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 CHANGELOG.md
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,14 +2,13 @@

## [UNRELEASED]

No user facing changes.
- The CodeQL Action now uses Node.js v16.

## 1.0.32 - 07 Feb 2022

- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)
- Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889)
- Update default CodeQL bundle version to 2.8.0. [#911](https://github.com/github/codeql-action/pull/911)
- The CodeQL Action now uses Node.js v16.

## 1.0.31 - 31 Jan 2022