Skip to content

Commit ac0d764

Browse files
authored
Merge branch 'main' into dependabot/pip/python-setup/tests/poetry/python-3.8/certifi-2023.7.22
2 parents d34eb38 + d89d376 commit ac0d764

40 files changed

+632
-193
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- Improve the handling of fatal errors from the CodeQL CLI. [#1795](https://github.com/github/codeql-action/pull/1795)
8+
- Add the `sarif-output` output to the analyze action that contains the path to the directory of the generated SARIF. [#1799](https://github.com/github/codeql-action/pull/1799)
89

910
## 2.21.0 - 19 Jul 2023
1011

Diff for: analyze/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ inputs:
7979
outputs:
8080
db-locations:
8181
description: A map from language to absolute path for each database created by CodeQL.
82+
sarif-output:
83+
description: Absolute, local path to the directory containing the generated SARIF file.
8284
sarif-id:
8385
description: The ID of the uploaded SARIF file.
8486
runs:

Diff for: lib/analyze-action.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)