Sourced from actions/dependency-review-action's releases.
4.1.2
What's Changed
- Expose dependency comment content by
@jsoref
in actions/dependency-review-action#696Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.1...v4.1.2
4.1.1
What's Changed
- Bump
undici
to fix GHSA-wqq4-5wpv-mx2g- Bump
@types/node
from 20.11.17 to 20.11.19 by@dependabot
in actions/dependency-review-action#693Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.0...v4.1.1
4.1.0
What's Changed
- Add
warn-only
by@tgrall
in actions/dependency-review-action#432Added a new configuration option (
warn-only
, boolean) that makes the action always succeed while still displaying found vulnerabilities in the log.
- Create stale.yaml by
@jonjanego
in actions/dependency-review-action#671- Use manual codeql config by
@juxtin
in actions/dependency-review-action#678- Multiple dependency updates (see the changelog below for more information)
New Contributors
@jonjanego
made their first contribution in actions/dependency-review-action#671@tgrall
made their first contribution in actions/dependency-review-action#432Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.1.0
be8bc50
Merge branch 'output-comment'cb180bf
Merge pull request #696
from actions/output-commentb2ea187
bumping action versionc94f57b
Add a new image for the example report.124fafe
Merge branch 'issue-250' into output-comment26174d8
Merge branch 'issue-250' of https://github.com/jsoref/dependency-review-actio...a87338a
Update example workflow.64f81cd
Expose dependency comment content0ca1f60
Report action input namesd416fb5
Add minimal alt text to READMESourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.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.[UNRELEASED]
No user facing changes.
3.24.3 - 15 Feb 2024
- Fix an issue where the CodeQL Action would fail to load a configuration specified by the
config
input to theinit
Action. #21473.24.2 - 15 Feb 2024
- Enable improved multi-threaded performance on larger runners for GitHub Enterprise Server users. This feature is already available to GitHub.com users. #2141
3.24.1 - 13 Feb 2024
- Update default CodeQL bundle version to 2.16.2. #2124
- The CodeQL action no longer fails if it can't write to the telemetry api endpoint. #2121
3.24.0 - 02 Feb 2024
- CodeQL Python analysis will no longer install dependencies on GitHub Enterprise Server, as is already the case for GitHub.com. See release notes for 3.23.0 for more details. #2106
3.23.2 - 26 Jan 2024
- On Linux, the maximum possible value for the
--threads
option now respects the CPU count as specified incgroup
files to more accurately reflect the number of available cores when running in containers. #2083- Update default CodeQL bundle version to 2.16.1. #2096
3.23.1 - 17 Jan 2024
- Update default CodeQL bundle version to 2.16.0. #2073
- Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. #2079
3.23.0 - 08 Jan 2024
- We are rolling out a feature in January 2024 that will disable Python dependency installation by default for all users. This improves the speed of analysis while having only a very minor impact on results. You can override this behavior by setting
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false
in your workflow, however we plan to remove this ability in future versions of the CodeQL Action. #2031- The CodeQL Action now requires CodeQL version 2.11.6 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.22.7. #2009
3.22.12 - 22 Dec 2023
- Update default CodeQL bundle version to 2.15.5. #2047
3.22.11 - 13 Dec 2023
- [v3+ only] The CodeQL Action now runs on Node.js v20. #2006
... (truncated)
3796146
Merge pull request #2148
from github/update-v3.24.3-3a7796d6a01d302a
Update changelog for v3.24.33a7796d
Merge pull request #2147
from github/henrymercer/fix-config-outside-workspace...56b93f2
Add changelog note381e65f
Allow generated user config file to be outside the workspaced88d538
Add PR check for specifying configuration using the config
inputdc983b3
Merge pull request #2143
from github/mergeback/v3.24.2-to-main-ece8414c66a4732
Update checked-in dependenciese62fb8e
Update changelog and version after v3.24.2ece8414
Merge pull request #2142
from github/update-v3.24.2-1a41e5519Sourced from @microsoft/api-extractor
's
changelog.
7.40.6
Wed, 21 Feb 2024 21:45:28 GMT
Patches
- Replace the dependency on the
colors
package withColorize
from@rushstack/terminal
.7.40.5
Wed, 21 Feb 2024 08:55:47 GMT
Patches
- Fix an issue where imports were trimmed from external packages based when generating .d.ts rollups
7.40.4
Tue, 20 Feb 2024 21:45:10 GMT
Version update only
7.40.3
Mon, 19 Feb 2024 21:54:27 GMT
Version update only
7.40.2
Sat, 17 Feb 2024 06:24:34 GMT
Patches
- Fix broken link to API documentation
5ea170a
Bump versions [skip ci]e4a8de8
Update changelogs [skip ci]610e112
Replace colors with Colorize.d037a2d
Bump versions [skip ci]0edc2e0
Update changelogs [skip ci]e16cc0f
Merge branch 'main' into dont-trim-imports5430b35
docs: Update commentab3bc75
Bump versions [skip ci]e0ae6f7
Update changelogs [skip ci]4682bb2
Bump versions [skip ci]Sourced from applicationinsights's releases.
2.9.4
#1280 Revert Linux App Service SDK Already Exists Changes
2.9.3
#1267 Add Exception Handling to File Name for Telemetry Caching. #1259 Fix error when
_shutdownStatsbeat
gets called while being undefined. #1276 Update Statsbeat Network Metric Names. #1278 Update SDK Version Prefix.
2284859
Release 2.9.4 (#1281)561b23f
Revert changes. (#1280)3882ee9
Release 2.9.3 (#1277)9330245
Update prefix and tests. (#1278)ab2b4a1
Update Statsbeat Network Metric Names (#1276)9603259
Add Exception Handling to File Name for Telemetry Caching (#1267)b952bcf
Fix error when _shutdownStatsbeat
gets called while being
undefined (#1259)Sourced from eslint-plugin-mocha's releases.
10.3.0
Features
- Add
consistent-spacing-between-blocks
rule (#340)Documentation
- Add screendriver to contributors (#339)
Sourced from eslint-plugin-mocha's changelog.
10.3.0 (February 16, 2024)
Features
- Add
consistent-spacing-between-blocks
rule (#340)Documentation
- Add screendriver to contributors (#339)
e3e51b3
Release 10.3.07b87a5c
Merge pull request #340
from bjornua/master06951af
Upgrade test and fix single line edge case2de961b
Add tests07a5d5f
Add consistent-spacing-between-blocksd95f2c3
Merge pull request #339
from lo1tuma/contributorsb65dec6
Add screendriver to contributors