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 #1838

Merged
merged 35 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
131cb1a
Suppress VS Code git limit warnings during package install
henrymercer Aug 7, 2023
45e889b
Install check-disk-space Node package
henrymercer Aug 7, 2023
c55207f
Use vendored TypeScript version for VS Code
henrymercer Aug 7, 2023
c6d2843
Pull out a dedicated status report file
henrymercer Aug 7, 2023
09ce3db
Sort interfaces and enums
henrymercer Aug 7, 2023
7dcb3e5
Include runner disk info in status report
henrymercer Aug 7, 2023
3b25789
Add runner image version to status report
henrymercer Aug 7, 2023
ba5812e
Add `ImageVersion` to safe env vars for default setup
henrymercer Aug 7, 2023
97ce1b0
Ignore test files in env vars query
henrymercer Aug 7, 2023
834f08b
Merge branch 'main' into henrymercer/disk-telemetry
henrymercer Aug 7, 2023
9a202d2
Update changelog and version after v2.21.3
github-actions[bot] Aug 8, 2023
a07ea2d
Update checked-in dependencies
github-actions[bot] Aug 8, 2023
4e9f8a2
Merge pull request #1830 from github/mergeback/v2.21.3-to-main-5b6282e0
henrymercer Aug 8, 2023
c93877b
Merge branch 'main' into henrymercer/disk-telemetry
henrymercer Aug 9, 2023
bd20e2b
Add changelog note
henrymercer Aug 9, 2023
9e4932e
Merge pull request #1825 from github/henrymercer/disk-telemetry
henrymercer Aug 9, 2023
f4eba74
Update default bundle to codeql-bundle-v2.14.2
github-actions[bot] Aug 10, 2023
fba3295
Add changelog note
github-actions[bot] Aug 10, 2023
76584bd
Simplify toolcache version number for semantically versioned bundles
henrymercer Aug 10, 2023
ceb4b69
Add changelog note
henrymercer Aug 10, 2023
6ed1ccd
Merge pull request #1832 from github/henrymercer/nicer-toolcache-vers…
henrymercer Aug 10, 2023
f5920c8
Log commands manually before executing them
henrymercer Aug 10, 2023
25a4246
Add changelog note
henrymercer Aug 10, 2023
2ec74e3
Merge pull request #1833 from github/henrymercer/print-commands
henrymercer Aug 10, 2023
1e14fd9
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.2
henrymercer Aug 11, 2023
2160dd3
Merge pull request #1831 from github/update-bundle/codeql-bundle-v2.14.2
henrymercer Aug 11, 2023
9a510d9
Rename new analysis summary feature flag
henrymercer Aug 11, 2023
8a7b2e9
Enable language specific baselines via feature flag
henrymercer Aug 11, 2023
a0407a8
Add changelog note for rollout
henrymercer Aug 11, 2023
d03c744
Don't pass `--no-` flag as it doesn't exist yet
henrymercer Aug 11, 2023
ac35d7a
Merge pull request #1835 from github/henrymercer/language-baseline-co…
henrymercer Aug 14, 2023
ac49314
Merge pull request #1834 from github/henrymercer/analysis-summary-v2-ff
henrymercer Aug 14, 2023
492a68c
Merge pull request #1836 from github/henrymercer/analysis-summary-v2-ff
henrymercer Aug 14, 2023
c613917
Update changelog for v2.21.4
github-actions[bot] Aug 14, 2023
37116fb
Fix positioning of bundle update changelog note
henrymercer Aug 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@

// transpiled JavaScript
"lib": true,
}
},
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
// an intermediate stage where many files are modified. This setting suppresses these warnings.
"git.ignoreLimitWarning": true,
// Use the vendored TypeScript version to have a consistent development experience across
// machines.
"typescript.tsdk": "node_modules/typescript/lib"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.21.4 - 14 Aug 2023

- Update default CodeQL bundle version to 2.14.2. [#1831](https://github.com/github/codeql-action/pull/1831)
- Log a warning if the amount of available disk space runs low during a code scanning run. [#1825](https://github.com/github/codeql-action/pull/1825)
henrymercer marked this conversation as resolved.
Show resolved Hide resolved
- When downloading CodeQL bundle version 2.13.4 and later, cache these bundles in the Actions tool cache using a simpler version number. [#1832](https://github.com/github/codeql-action/pull/1832)
- Fix an issue that first appeared in CodeQL Action v2.21.2 that prevented CodeQL invocations from being logged. [#1833](https://github.com/github/codeql-action/pull/1833)
- We are rolling out a feature in August 2023 that will improve the quality of file coverage information. [#1835](https://github.com/github/codeql-action/pull/1835)

## 2.21.3 - 08 Aug 2023

- We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. [#1817](https://github.com/github/codeql-action/pull/1817)
Expand Down
11 changes: 1 addition & 10 deletions lib/actions-util.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/actions-util.js.map

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions lib/actions-util.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/actions-util.test.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions lib/analyze-action-env.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/analyze-action-env.test.js.map

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

5 changes: 3 additions & 2 deletions lib/analyze-action-input.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/analyze-action-input.test.js.map

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