cyclonedx-cli
cyclonedx-cli copied to clipboard
Bump actions/setup-dotnet from 3.0.2 to 4.1.0
Bumps actions/setup-dotnet from 3.0.2 to 4.1.0.
Release notes
Sourced from actions/setup-dotnet's releases.
v4.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/setup-dotnet#548- Upgrade IA Publish by
@Jcambassin actions/setup-dotnet#550Bug fixes :
- Fixed Basic Validation failure checks by
@HarithaVattikutiin actions/setup-dotnet#545- Revise
isGheslogic by@jww3in actions/setup-dotnet#556Dependency updates :
- Bump fast-xml-parser from 4.3.6 to 4.4.1 by
@dependabotin actions/setup-dotnet#540New Contributors
@Jcambassmade their first contribution in actions/setup-dotnet#548@jww3made their first contribution in actions/setup-dotnet#556Full Changelog: https://github.com/actions/setup-dotnet/compare/v4...v4.1.0
v4.0.1
What's Changed
Documentation changes:
- Update README.md to use latest action version by
@mikes-ghin actions/setup-dotnet#502- Update links to runner software by
@samuel-win actions/setup-dotnet#499Dependency updates:
- Bump undici from 5.27.2 to 5.28.3 by
@dependabotin actions/setup-dotnet#515- Bump braces from 3.0.2 to 3.0.3 and other dependency updates by
@dependabotin actions/setup-dotnet#533New Contributors
@mikes-ghmade their first contribution in actions/setup-dotnet#502@samuel-wmade their first contribution in actions/setup-dotnet#499Full Changelog: https://github.com/actions/setup-dotnet/compare/v4...v4.0.1
v4.0.0
What's Changed
In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.
Breaking changes
- Update Node.js runtime to version 20 by
@harithavattikutiin #484- Sequential version install fix by
@nikolai-laevskiiin actions/setup-dotnet#433 In setup-dotnet@v3, the dotnet executable was overwritten during each action run, sometimes leading to failures if the executable was still in use. This issue was resolved in setup-dotnet@v4 by introducing an additional install-script run that installs the LTS version of the dotnet executable and utilizes it for all subsequent dotnet installations. The actual download is performed only once per workflow by the initial install-script run. To use older versions, utilize global.json. For more details, refer to the documentation.Non-breaking changes
- Refactor installer by
@nikolai-laevskiiin actions/setup-dotnet#432- Allow json comments by
@nikolai-laevskiiin actions/setup-dotnet#431- Update fast-xml-parser and dotnet installer scripts by
@IvanZosimovin actions/setup-dotnet#437- Update dependencies by
@IvanZosimovin actions/setup-dotnet#440
... (truncated)
Commits
3e891b0ReviseisGheslogic (#556)2e0b259Merge pull request #550 from actions/Jcambass-patch-229640e4Upgrade IA Publishcbeba61Merge pull request #548 from actions/Jcambass-patch-1344ba5fAdd workflow file for publishing releases to immutable action package9be03d3Fix failure checks (#545)dbebe35Bump fast-xml-parser from 4.3.6 to 4.4.1 (#540)6bd8b7fBump braces from 3.0.2 to 3.0.3 (#533)5d1464dBump undici from 5.27.2 to 5.28.3 (#515)3e6b9feUpdate links to runner software (#499)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)