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 main into releases/v2 #1942

Merged
merged 20 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8295705
Reduce duplication in the logs when errors occur in CLI commands
henrymercer Oct 6, 2023
102a12b
Add changelog note
henrymercer Oct 6, 2023
788783a
Update changelog and version after v2.22.1
github-actions[bot] Oct 9, 2023
947b43a
Update checked-in dependencies
github-actions[bot] Oct 9, 2023
d52a751
Only run `ref` and `sha` input checks against a single CLI version
henrymercer Oct 9, 2023
2125352
Merge pull request #1934 from github/mergeback/v2.22.1-to-main-fdcae64e
henrymercer Oct 9, 2023
83d1db3
Merge branch 'main' into henrymercer/reduce-log-duplication
henrymercer Oct 9, 2023
4ab9237
Merge pull request #1927 from github/henrymercer/reduce-log-duplication
henrymercer Oct 9, 2023
5d6442e
Bump the npm group with 5 updates
dependabot[bot] Oct 9, 2023
026e833
Update checked-in dependencies
github-actions[bot] Oct 9, 2023
dfb913f
Merge pull request #1936 from github/dependabot/npm_and_yarn/npm-0754…
henrymercer Oct 10, 2023
78bfd29
Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce…
henrymercer Oct 10, 2023
2a7218b
Bump CLI version for new analysis summaries to v2.15.0
henrymercer Oct 10, 2023
d5d445b
Update default bundle to codeql-bundle-v2.15.0
github-actions[bot] Oct 10, 2023
275f994
Add changelog note
github-actions[bot] Oct 10, 2023
0eb2790
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 10, 2023
a67b110
Merge pull request #1937 from github/henrymercer/new-analysis-summary…
henrymercer Oct 10, 2023
a5cf70c
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 11, 2023
8a2cbab
Merge pull request #1938 from github/update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 11, 2023
175f696
Update changelog for v2.22.2
github-actions[bot] Oct 12, 2023
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
42 changes: 0 additions & 42 deletions .github/workflows/__analyze-ref-input.yml

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

42 changes: 0 additions & 42 deletions .github/workflows/__upload-ref-sha-input.yml

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

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 2.22.2 - 12 Oct 2023

- Update default CodeQL bundle version to 2.15.0. [#1938](https://github.com/github/codeql-action/pull/1938)
- Improve the log output when an error occurs in an invocation of the CodeQL CLI. [#1927](https://github.com/github/codeql-action/pull/1927)

## 2.22.1 - 09 Oct 2023

- Add a workaround for Python 3.12, which is not supported in CodeQL CLI version 2.14.6 or earlier. If you are running an analysis on Windows and using Python 3.12 or later, the CodeQL Action will switch to running Python 3.11. In this case, if Python 3.11 is not found, then the workflow will fail. [#1928](https://github.com/github/codeql-action/pull/1928)
Expand Down
6 changes: 1 addition & 5 deletions lib/analyze.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.js.map

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions lib/codeql.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/codeql.js.map

Large diffs are not rendered by default.

22 changes: 17 additions & 5 deletions lib/codeql.test.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/codeql.test.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.14.6",
"cliVersion": "2.14.6",
"priorBundleVersion": "codeql-bundle-v2.14.5",
"priorCliVersion": "2.14.5"
"bundleVersion": "codeql-bundle-v2.15.0",
"cliVersion": "2.15.0",
"priorBundleVersion": "codeql-bundle-v2.14.6",
"priorCliVersion": "2.14.6"
}
10 changes: 5 additions & 5 deletions lib/feature-flags.js

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

Loading
Loading