Skip to content

Commit c503cb4

Browse files
authored
Merge pull request #3254 from github/backport-v3.31.1-5fe9434cd
Merge releases/v4 into releases/v3
2 parents d198d2f + c2805e0 commit c503cb4

Some content is hidden

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

54 files changed

+86434
-147906
lines changed

.github/workflows/__bundle-zstd.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__config-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__diagnostics-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__job-run-uuid-sarif.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__quality-queries.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.31.1 - 30 Oct 2025
6+
7+
- The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
8+
59
## 3.31.0 - 24 Oct 2025
610

711
- Bump minimum CodeQL bundle version to 2.17.6. [#3223](https://github.com/github/codeql-action/pull/3223)

analyze/action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ inputs:
3232
and 13GB for macOS).
3333
required: false
3434
add-snippets:
35-
description: Specify whether or not to add code snippets to the output sarif file.
35+
description: Does not have any effect.
3636
required: false
37-
default: "false"
3837
deprecationMessage: >-
39-
The input "add-snippets" is deprecated and will be removed on the first release in August 2025.
40-
When this input is set to true it is expected to add code snippets with an alert to the SARIF file.
41-
However, since Code Scanning ignores code snippets provided as part of a SARIF file this is currently
42-
a no operation. No alternative is available.
38+
The input "add-snippets" has been removed and no longer has any effect.
4339
skip-queries:
4440
description: If this option is set, the CodeQL database will be built but no queries will be run on it. Thus, no results will be produced.
4541
required: false

0 commit comments

Comments
 (0)