Skip to content

Commit ab408a8

Browse files
authored
Merge branch 'main' into update-supported-enterprise-server-versions
2 parents 2b14a7b + 864b979 commit ab408a8

File tree

232 files changed

+4670
-1831
lines changed

Some content is hidden

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

232 files changed

+4670
-1831
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9+
No user facing changes.
10+
11+
## 3.26.5 - 23 Aug 2024
12+
13+
- Fix an issue where the `csrutil` system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. [#2441](https://github.com/github/codeql-action/pull/2441)
14+
15+
## 3.26.4 - 21 Aug 2024
16+
17+
- _Deprecation:_ The `add-snippets` input on the `analyze` Action is deprecated and will be removed in the first release in August 2025. [#2436](https://github.com/github/codeql-action/pull/2436)
918
- Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. [#2434](https://github.com/github/codeql-action/pull/2434)
1019

1120
## 3.26.3 - 19 Aug 2024

analyze/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ inputs:
3434
description: Specify whether or not to add code snippets to the output sarif file.
3535
required: false
3636
default: "false"
37+
deprecationMessage: >-
38+
The input "add-snippets" is deprecated and will be removed on the first release in August 2025.
39+
When this input is set to true it is expected to add code snippets with an alert to the SARIF file.
40+
However, since Code Scanning ignores code snippets provided as part of a SARIF file this is currently
41+
a no operation. No alternative is available.
3742
skip-queries:
3843
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.
3944
required: false

lib/environment.js

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

lib/environment.js.map

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

lib/init-action.js

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

0 commit comments

Comments
 (0)