mach-composer-cli
mach-composer-cli copied to clipboard
chore(deps): bump the github-actions group across 1 directory with 10 updates
Bumps the github-actions group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 3 |
4 |
| actions/setup-go | 4 |
5 |
| github/codeql-action | 2 |
3 |
| actions/setup-python | 4 |
5 |
| arduino/setup-task | 1 |
2 |
| golangci/golangci-lint-action | 3 |
6 |
| codecov/codecov-action | 3 |
4 |
| actions/upload-artifact | 2 |
4 |
| goreleaser/goreleaser-action | 3 |
5 |
| docker/metadata-action | 4 |
5 |
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
Commits
0ad4b8fPrep Release v4.1.4 (#1704)43045aeDisableextensions.worktreeConfigwhen disablingsparse-checkout(#1692)37b0821Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1Add dependabot config (#1688)9b4c13bBump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77Add SSH user parameter (#1685)cd7d8d6Check git version before attempting to disablesparse-checkout(#1656)8410ad0Updateactions/checkoutversion inupdate-main-version.yml(#1650)9bb5618Prep for release of v4.1.2 (#1649)8eb1f6aBump@babel/traversefrom 7.20.5 to 7.24.0 (#1642)- Additional commits viewable in compare view
Updates actions/setup-go from 4 to 5
Release notes
Sourced from actions/setup-go's releases.
v5.0.0
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).
Besides, this release contains such changes as:
- Fix hosted tool cache usage on windows by
@galarghin actions/setup-go#411- Improve documentation regarding dependencies caching by
@artemgavrilovin actions/setup-go#417New Contributors
@galarghmade their first contribution in actions/setup-go#411@artemgavrilovmade their first contribution in actions/setup-go#417@chenrui333made their first contribution in actions/setup-go#421Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v4.1.0
What's Changed
In scope of this release, slow installation on Windows was fixed by
@dsamein actions/setup-go#393 and OS version was added toprimaryKeyfor Ubuntu runners to avoid conflicts (actions/setup-go#383)This release also includes the following changes:
- Remove implicit dependencies by
@nikolai-laevskiiin actions/setup-go#378- Update action.yml by
@mkellyin actions/setup-go#379- Added a description that go-version should be specified as a string type by
@n3xemin actions/setup-go#367- Add note about YAML parsing versions by
@dmitry-shibanovin actions/setup-go#382- Automatic update of configuration files from 05/23/2023 by
@github-actionsin actions/setup-go#377- Bump tough-cookie and
@azure/ms-rest-jsby@dependabotin actions/setup-go#392- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-go#397- Bump semver from 6.3.0 to 6.3.1 by
@dependabotin actions/setup-go#396New Contributors
@mkellymade their first contribution in actions/setup-go#379@n3xemmade their first contribution in actions/setup-go#367Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
v4.0.1
What's Changed
- Update documentation for
v4by@dsamein actions/setup-go#354- Fix glob bug in the package.json scripts section by
@IvanZosimovin actions/setup-go#359- Bump
xml2jsdependency by@dmitry-shibanovin actions/setup-go#370- Bump
@actions/cachedependency to v3.2.1 by@nikolai-laevskiiin actions/setup-go#374New Contributors
@nikolai-laevskiimade their first contribution in actions/setup-go#374Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1
Commits
cdcb360Remove the description of the old go.mod specification (#458)99176a8Update README.md with V5 release notes (#459)be1aa11Bump undici from 5.28.2 to 5.28.3 (#465)6c1fd22docs: bumpactions/setup-goto v5 (#449)0c52d54Update dependencies for node20 (#445)bfd2fb3Merge pull request #421 from chenrui333/node20-runtime3d65fa5feat: bump to use actions/checkout@v48a505c9feat: bump to use node20 runtime883490dMerge pull request #417 from artemgavrilov/maind45ebbaRephrase sentence- Additional commits viewable in compare view
Updates github/codeql-action from 2 to 3
Release notes
Sourced from github/codeql-action's releases.
CodeQL Bundle v2.17.2
Bundles CodeQL CLI v2.17.2
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.2:
codeql/cpp-queries(changelog, source)codeql/cpp-all(changelog, source)codeql/csharp-queries(changelog, source)codeql/csharp-all(changelog, source)codeql/go-queries(changelog, source)codeql/go-all(changelog, source)codeql/java-queries(changelog, source)codeql/java-all(changelog, source)codeql/javascript-queries(changelog, source)codeql/javascript-all(changelog, source)codeql/python-queries(changelog, source)codeql/python-all(changelog, source)codeql/ruby-queries(changelog, source)codeql/ruby-all(changelog, source)codeql/swift-queries(changelog, source)codeql/swift-all(changelog, source)CodeQL Bundle v2.17.1
Bundles CodeQL CLI v2.17.1
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.1:
codeql/cpp-queries(changelog, source)codeql/cpp-all(changelog, source)codeql/csharp-queries(changelog, source)codeql/csharp-all(changelog, source)codeql/go-queries(changelog, source)codeql/go-all(changelog, source)codeql/java-queries(changelog, source)codeql/java-all(changelog, source)codeql/javascript-queries(changelog, source)codeql/javascript-all(changelog, source)codeql/python-queries(changelog, source)codeql/python-all(changelog, source)codeql/ruby-queries(changelog, source)codeql/ruby-all(changelog, source)codeql/swift-queries(changelog, source)codeql/swift-all(changelog, source)CodeQL Bundle v2.17.0
Bundles CodeQL CLI v2.17.0
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.0:
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latestusing CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12. ARM machines with SIP disabled, including the newestmacos-latestimage, are unsupported for CLI versions before 2.15.1. #22613.25.2 - 22 Apr 2024
No user facing changes.
3.25.1 - 17 Apr 2024
- We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the
autobuildbuild mode. #2235- Fix a bug where the
initAction would fail if--overwritewas specified inCODEQL_ACTION_EXTRA_OPTIONS. #22453.25.0 - 15 Apr 2024
The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224
As a result, the following inputs and environment variables are now ignored:
- The
setup-python-dependenciesinput to theinitAction- The
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATIONenvironment variableWe recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.
Automatically overwrite an existing database if found on the filesystem. #2229
Bump the minimum CodeQL bundle version to 2.12.6. #2232
A more relevant log message and a diagnostic are now emitted when the
fileprogram is not installed on a Linux runner, but is required for Go tracing to succeed. #22343.24.10 - 05 Apr 2024
- Update default CodeQL bundle version to 2.17.0. #2219
- Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
- If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace
github/codeql-action/*@v3bygithub/codeql-action/*@v3.24.10andgithub/codeql-action/*@v2bygithub/codeql-action/*@v2.24.10in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.24.9 - 22 Mar 2024
- Update default CodeQL bundle version to 2.16.5. #2203
3.24.8 - 18 Mar 2024
- Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195
3.24.7 - 12 Mar 2024
- Update default CodeQL bundle version to 2.16.4. #2185
3.24.6 - 29 Feb 2024
No user facing changes.
... (truncated)
Commits
b5bd9beUpdate changelog and version after v3.25.1c7f9125Merge pull request #2248 from github/update-v3.25.1-c4fb451431c7e8b2Update changelog for v3.25.139e1e65Add changelog note501f5f5Update default bundle to codeql-bundle-v2.17.15d73b1bRemove incorrect log messagec4fb451Merge pull request #2245 from github/henrymercer/ignore-already-specified-flags556b3bcAdd changelog noteef66aeaMerge branch 'main' into henrymercer/ignore-already-specified-flags9b87e0aMerge pull request #2241 from github/nickfyson/speculative-script-fix- Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.pyBesides, the release contains such changes as:
- Trim python version when reading from file by
@FerranParesin actions/setup-python#628- Use non-deprecated versions in examples by
@jeffwidmanin actions/setup-python#724- Change deprecation comment to past tense by
@jeffwidmanin actions/setup-python#723- Bump
@babel/traversefrom 7.9.0 to 7.23.2 by@dependabotin actions/setup-python#743- advanced-usage.md: Encourage the use actions/checkout@v4 by
@cclaussin actions/setup-python#729- Examples now use checkout@v4 by
@simonwin actions/setup-python#738- Update actions/checkout to v4 by
@dmitry-shibanovin actions/setup-python#761New Contributors
@FerranParesmade their first contribution in actions/setup-python#628@timfelmade their first contribution in actions/setup-python#694@jeffwidmanmade their first contribution in actions/setup-python#724Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
v4.7.1
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-python#702- Add range validation for toml files by
@dmitry-shibanovin actions/setup-python#726Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).
- name: Setup Python uses: actions/setup-python@v4 </tr></table>
... (truncated)
Commits
82c7e63Documentation changes for avoiding rate limit issues on GHES (#835)10aa35afeat: fallback to raw endpoint for manifest when rate limit is reached (#766)9a7ac94Bump undici from 5.27.2 to 5.28.3 (#817)871daa9Fix the "Specifying multiple Python/PyPy versions" link (#782)2f07895Fix broken README.md link (#793)e9d6f99Replace setup-python@v4 by setup-python@v5 in README (#776)0a5c615Update action to node20 (#772)0ae5836Add example of GraalPy to docs (#773)b64ffcaupdate actions/checkout to v4 (#761)8d28961Examples now use checkout@v4 (#738)- Additional commits viewable in compare view
Updates arduino/setup-task from 1 to 2
Release notes
Sourced from arduino/setup-task's releases.
2.0.0
Migration Guide
The version of the Node.js runtime used to execute the action has been updated from 16 to 20. This could be a breaking change for certain GitHub Actions workflows.
If a workflow with dependency on the arduino/setup-task action uses only GitHub-hosted GitHub Actions runners, no changes are required.
If the workflow uses a self-hosted runner, the workflow run might fail after updating arduino/setup-task:
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20' is not supported, use 'docker', 'node12' or 'node16' instead.') at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile) Error: Fail to load arduino/setup-task/v2/action.ymlThis means an older runner version that does not provide Node.js 20.x is installed on the runner machine and you must update the runner version.
Changelog
Breaking
- Update Node.js runtime for action from 16 to 20 (#919)
Enhancement
Full Changeset
https://github.com/arduino/setup-task/compare/1.0.3...2.0.0
Contributors
1.0.3
Changelog
Enhancement
- Add support for all Task build architectures (43e1bb8c37ce39c24e88b4622c2f66b6d7d9ebbd)
Full Changeset
https://github.com/arduino/setup-task/compare/1.0.2...1.0.3
1.0.2
Release Notes
... (truncated)
Commits
b91d5d2update readme (#929)f2514b0Bump node from 16 to 20 (#919)2007903Merge pull request #928 from arduino/dependabot/npm_and_yarn/prettier-3.2.53f2ef95build(deps-dev): bump prettier from 3.2.2 to 3.2.588d658bMerge pull request #927 from arduino/dependabot/npm_and_yarn/types/node-16.18.79b79a1c3build(deps-dev): bump@types/nodefrom 16.18.78 to 16.18.795abddbaMerge pull request #926 from arduino/dependabot/npm_and_yarn/types/node-16.18.78b3e99c0build(deps-dev): bump@types/nodefrom 16.18.76 to 16.18.784145542Merge pull request #924 from arduino/dependabot/npm_and_yarn/typescript-eslin...10406e6build(deps-dev): bump@typescript-eslint/parserfrom 6.19.1 to 6.20.0- Additional commits viewable in compare view
Updates golangci/golangci-lint-action from 3 to 6
Release notes
Sourced from golangci/golangci-lint-action's releases.
v6.0.0
What's Changed
This version removes
annotationsoption (because it was useless), and removes the default output format (github-actions). The annotations are still produced but with another approach.Changes
- feat: rewrite format handling by
@ldezin golangci/golangci-lint-action#1038Dependencies
- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.7.1 to 7.8.0 by@dependabotin golangci/golangci-lint-action#1034- build(deps): bump
@types/nodefrom 20.12.7 to 20.12.8 by@dependabotin golangci/golangci-lint-action#1036- build(deps-dev): bump
@typescript-eslint/parserfrom 7.7.1 to 7.8.0 by@dependabotin golangci/golangci-lint-action#1035Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0
v5.3.0
What's Changed
Changes
- feat: uses 2 dots compare syntax for push diff by
@ldezin golangci/golangci-lint-action#1030- feat: add option to control cache invalidation interval by
@ldezin golangci/golangci-lint-action#1031- feat: use OS and working-directory as cache key by
@ldezin golangci/golangci-lint-action#1032- feat: improve log about pwd/cwd by
@ldezin golangci/golangci-lint-action#1033Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0
v5.2.0
What's Changed
Changes
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
Changes
- feat: support for
pullandmerge_groupevents with the optiononly-new-issuesby@ldezin golangci/golangci-lint-action#1029Dependencies
- build(deps-dev): bump
@typescript-eslint/parserfrom 7.7.0 to 7.7.1 by@dependabotin golangci/golangci-lint-action#1027- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.7.0 to 7.7.1 by@dependabotin golangci/golangci-lint-action#1028
... (truncated)
Commits
23faadfdoc: improve readmeb556f25doc: improve readme789f114feat: rewrite format handling (#1038)d36b91cbuild(deps-dev): bump@typescript-eslint/parserfrom 7.7.1 to 7.8.0 (#1035)a9eb115build(deps): bump@types/nodefrom 20.12.7 to 20.12.8 (#1036)bd4fa7cbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.7.1 to 7.8.0 (#...38e1018feat: improve log about pwd/cwd (#1033)21e9e6bfeat: use OS and working-directory as cache key (#1032)dbe4fc2chore: use getBooleanInputdbb7ebcfeat: add option to control cache invalidation interval (#1031)- Additional commits viewable in compare view
Updates codecov/codecov-action from 3 to 4
Release notes
Sourced from codecov/codecov-action's releases.
v4.0.0
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
- The Codecov Action runs as a
node20action due tonode16deprecation. See this post from GitHub on how to migrate.- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3versions and below will not have access to CLI features (e.g. global upload token, ATS).What's Changed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
@dependabotin codecov/codecov-action#985- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
@dependabotin codecov/codecov-action#1000- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
@dependabotin codecov/codecov-action#1006- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabotin codecov/codecov-action#1013- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin codecov/codecov-action#1024- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
@dependabotin codecov/codecov-action#1031- build(deps-dev): bump
@types/nodefrom 20.1.4 to 20.4.5 by@dependabotin codecov/codecov-action#1032- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
@dependabotin codecov/codecov-action#1033- build commit,report and upload args based on codecovcli by
@dana-yaishin codecov/codecov-action#943- build(deps-dev): bump
@types/nodefrom 20.4.5 to 20.5.3 by@dependabotin codecov/codecov-action#1055- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
@dependabotin codecov/codecov-action#1051- build(deps-dev): bump
@types/nodefrom 20.5.3 to 20.5.4 by@dependabotin codecov/codecov-action#1058- chore(deps): update outdated deps by
@thomasrockhu-codecovin codecov/codecov-action#1059- build(deps-dev): bump
@types/nodefrom 20.5.4 to 20.5.6 by@dependabotin codecov/codecov-action#1060- build(deps-dev): bump
@typescript-eslint/parserfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1065- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1064- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
@dependabotin codecov/codecov-action#1063- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
@dependabotin codecov/codecov-action#1061- build(deps-dev): bump
@types/nodefro...Description has been truncated