Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge releases/v3 into releases/v2 #2439

Merged
merged 26 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
dc92ab6
Consider registries_credentials as input
marcogario Jul 30, 2024
3b3012e
Clean-up logging
marcogario Aug 2, 2024
e4afb79
More debugging of credentials
marcogario Aug 13, 2024
f736881
Support URL
marcogario Aug 13, 2024
1bd7fdc
Merge remote-tracking branch 'origin/main' into marcogario/proxy_64
marcogario Aug 13, 2024
5b34615
Validate credentials input
marcogario Aug 15, 2024
7baf392
fixes
marcogario Aug 15, 2024
0b84d89
Try upload teh proxy logs
marcogario Aug 15, 2024
02328f9
Update changelog and version after v3.26.3
github-actions[bot] Aug 19, 2024
d615d5c
Update checked-in dependencies
github-actions[bot] Aug 19, 2024
339aada
Merge pull request #2432 from github/mergeback/v3.26.3-to-main-883d8588
henrymercer Aug 19, 2024
512e306
Merge pull request #2404 from github/marcogario/proxy_64
aibaars Aug 20, 2024
202b3b9
Stop checking disk usage for MacOS ARM with SIP disabled (#2434)
angelapwen Aug 20, 2024
4067cda
Add deprecation message to `add-snippets` input.
rvermeulen Aug 21, 2024
ec21b8f
Update changelog with deprecation.
rvermeulen Aug 21, 2024
d7c48ef
Add link to PR deprecating `add-snippets` to CHANGELOG.md
rvermeulen Aug 21, 2024
7388c47
Merge branch 'main' into rvermeulen/deprecate-add-snippets
rvermeulen Aug 21, 2024
72bc3f7
Address incorrect changelog location
rvermeulen Aug 21, 2024
ae01f80
Merge pull request #2436 from rvermeulen/rvermeulen/deprecate-add-sni…
rvermeulen Aug 21, 2024
e354359
Update changelog for v3.26.4
github-actions[bot] Aug 21, 2024
f0f3afe
Merge main into releases/v3 (#2437)
angelapwen Aug 21, 2024
a5b0999
Revert "Update version and changelog for v2.26.3"
github-actions[bot] Aug 21, 2024
a5a1c19
Revert "Update checked-in dependencies"
github-actions[bot] Aug 21, 2024
e9925c1
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.26…
github-actions[bot] Aug 21, 2024
1de3044
Update version and changelog for v2.26.4
github-actions[bot] Aug 21, 2024
4799b0f
Update checked-in dependencies
github-actions[bot] Aug 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

## 2.26.4 - 21 Aug 2024

- _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)
- 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)

## 2.26.3 - 19 Aug 2024

- Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. [#2430](https://github.com/github/codeql-action/pull/2430)
Expand Down
5 changes: 5 additions & 0 deletions analyze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ inputs:
description: Specify whether or not to add code snippets to the output sarif file.
required: false
default: "false"
deprecationMessage: >-
The input "add-snippets" is deprecated and will be removed on the first release in August 2025.
When this input is set to true it is expected to add code snippets with an alert to the SARIF file.
However, since Code Scanning ignores code snippets provided as part of a SARIF file this is currently
a no operation. No alternative is available.
skip-queries:
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.
required: false
Expand Down
2 changes: 1 addition & 1 deletion lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/init-action-post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init-action-post.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading