Skip to content

Commit f6fe5c5

Browse files
authored
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.1
2 parents 3007c1e + 6276217 commit f6fe5c5

File tree

1,890 files changed

+44883
-156553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,890 files changed

+44883
-156553
lines changed

.git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .git-blame-ignore-revs
2+
# Added trailing commas to adhere to new eslint rules
3+
b16296be30e150034524d6dd0b0418fc6b184267

.github/dependabot.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ updates:
1111
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
1212
- dependency-name: "@octokit/plugin-retry"
1313
versions: ["~6.0.0"]
14-
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
15-
- dependency-name: "@schemastore/package"
16-
versions: ["0.0.9"]
1714
# v7 requires ESM
1815
- dependency-name: "del"
1916
versions: ["^7.0.0"]

CHANGELOG.md

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

77
- Update default CodeQL bundle version to 2.14.1. [#1797](https://github.com/github/codeql-action/pull/1797)
88

9+
## 2.21.1 - 26 Jul 2023
10+
11+
- Improve the handling of fatal errors from the CodeQL CLI. [#1795](https://github.com/github/codeql-action/pull/1795)
12+
- 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)
13+
914
## 2.21.0 - 19 Jul 2023
1015

1116
- CodeQL Action now requires CodeQL CLI 2.9.4 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.20.4. [#1724](https://github.com/github/codeql-action/pull/1724)

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:

lib/analyze-action.js

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

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)