Sourced from actions/setup-dotnet's releases.
v4.2.0
What's Changed
- Enhance Workflows, Update Dependencies and Installer Scripts by
@priyagupta108
in actions/setup-dotnet#555- V4 - Use new .NET CDN URLs and update to latest install scripts by
@heavymachinery
in actions/setup-dotnet#566Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.
If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.
For updates, follow dotnet/core#9671.
New Contributors
@priyagupta108
made their first contribution in actions/setup-dotnet#555@heavymachinery
made their first contribution in actions/setup-dotnet#566Full Changelog: https://github.com/actions/setup-dotnet/compare/v4...v4.2.0
87b7050
V4 - Use new .NET CDN URLs and update to latest install scripts (#566)e4c228a
Enhance Workflows, Update Dependencies and Installer Scripts (#555)Sourced from danielpalme/ReportGenerator-GitHub-Action's releases.
5.4.3
- #717 Added new new coverage type "Full method coverage" (percentage of methods that are fully covered)
5.4.2
c38c522
5.4.394ea157
5.4.2Sourced from actions/upload-artifact's releases.
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsnc
in actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.js
version in action by@hamirmahal
in actions/upload-artifact#578- Add new
artifact-digest
output by@bdehamer
in actions/upload-artifact#656New Contributors
@hamirmahal
made their first contribution in actions/upload-artifact#578@bdehamer
made their first contribution in actions/upload-artifact#656Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0
65c4c4a
Merge pull request #662
from actions/yacaovsnc/add_variable_for_concurrency_a...0207619
move files back to satisfy licensed ci1ecca81
licensed cache updates9742269
Expose env vars to controll concurrency and timeout6f51ac0
Merge pull request #656
from bdehamer/bdehamer/artifact-digestc40c16d
add new artifact-digest output735efb4
bump @actions/artifact
from 2.1.11 to 2.2.0184d73b
Merge pull request #578
from hamirmahal/fix/deprecated-nodejs-usage-in-actionb4a0a98
Merge branch 'main' into fix/deprecated-nodejs-usage-in-actionSourced from step-security/harden-runner's releases.
v2.10.4
What's Changed
Fixed a potential Harden-Runner post step failure that could occur when printing agent service logs. The fix gracefully handles failures without failing the post step.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.4
v2.10.3
What's Changed
Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.3
cb605e5
Merge pull request #496
from step-security/fix-enobufs61144dd
Update log statementb8be370
Add try catch block6f6fa07
Fix ENOBUFS issue18f6947
Merge pull request #495
from AkhigbeEromo/Update-README81f844e
Edit docs4c766de
Merge branch 'Update-README' of https://github.com/AkhigbeEromo/harden-runner...c9c5f32
Handle Ashish reviews2877824
Merge branch 'main' into Update-READMEbe87de0
Clean upSourced from github/codeql-action's releases.
v3.28.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
See the full CHANGELOG.md for more information.
v3.28.0
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.3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
No user facing changes.
3.27.8 - 12 Dec 2024
- Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624
3.27.7 - 10 Dec 2024
- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
- Update default CodeQL bundle version to 2.20.0. #2636
3.27.6 - 03 Dec 2024
- Update default CodeQL bundle version to 2.19.4. #2626
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
... (truncated)
b6a472f
Merge pull request #2681
from github/update-v3.28.1-ea6acbfeabb999b4
Update changelog for v3.28.1ea6acbf
Merge pull request #2677
from github/angelapwen/deprecate-action-v24df151e
Merge branch 'main' into angelapwen/deprecate-action-v2a05a7eb
Fix PR number in changenote8d2753b
Add public changelog blog post linke83e0a4
Merge pull request #2673
from github/dependabot/npm_and_yarn/npm-877f465710b7ff308
Merge pull request #2678
from github/update-bundle/codeql-bundle-v2.20.11aa16c2
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.1fb65b6c
Merge pull request #2672
from github/mbg/start-proxy/include-type-in-urls-output