atsign-foundation / at_client_sdk

The Dart implementation of atSDK used for implementing Atsign's technology into other software
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
1.46k stars 31 forks source link

build(deps): bump the github-actions group across 1 directory with 3 updates #1434

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the github-actions group with 3 updates in the / directory: codecov/codecov-action, appleboy/ssh-action and github/codeql-action.

Updates codecov/codecov-action from 4.6.0 to 5.0.2

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2

v5.0.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1

v5.0.0

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Commits


Updates appleboy/ssh-action from 1.1.0 to 1.2.0

Release notes

Sourced from appleboy/ssh-action's releases.

v1.2.0

Changelog

Features

  • 703ffa3c1ee959aa3694ac64b3a8a9bfa38c2c20: feat(actions): enhance system performance and API integration (@​appleboy)

Bug fixes

  • 3f1416813d34f7167832a87fe9607a99b05622a7: fix: typo in success message (#340) (@​1ukastesar)
  • 25259c3d5059bb20c4b45bf5089d58098b0a5b93: fix: refactor and enhance API and testing infrastructure (@​appleboy)

Enhancements

  • bb32884d53eb81279b477ae19ecf3d319978c768: chore: enhance CI/CD workflows and documentation formatting (@​appleboy)
  • 362a7f1677aa40aaec6bb1d6fd119b2e080fd7f3: chore: support running commands from a file (#341) (@​kyle-leonhard)
  • 176437b5488c703fa41f14a89a8458192086f8f3: chore: refactor codebase for improved consistency and performance (@​appleboy)

Refactor

  • bf84378588277d5361a4cb8b7b3b42912fc3fcab: refactor: refactor codebase and improve API performance (@​appleboy)

Build process updates

  • 2763143a97c8f9c4e85766b7458183ec99341e81: ci(script): enhance CI workflows and API integration (@​appleboy)
  • 8b84eaec3a216f1a0a6f56e15a7ab08f9975236a: ci(script): improve CI robustness and coverage across environments (@​appleboy)

Documentation updates

  • ab698e59d82afb1b65ffe8f70a0d482d744d6239: docs(readme): enhance network protocol support and testing (@​appleboy)
  • 7eaf76671a0d7eec5d98ee897acda4f968735a17: docs(readme): update SSH action and enhance Chinese README files (@​appleboy)
Commits
  • 7eaf766 docs(readme): update SSH action and enhance Chinese README files
  • 176437b chore: refactor codebase for improved consistency and performance
  • 25259c3 fix: refactor and enhance API and testing infrastructure
  • bf84378 refactor: refactor codebase and improve API performance
  • 362a7f1 chore: support running commands from a file (#341)
  • ab698e5 docs(readme): enhance network protocol support and testing
  • 703ffa3 feat(actions): enhance system performance and API integration
  • 8b84eae ci(script): improve CI robustness and coverage across environments
  • 2763143 ci(script): enhance CI workflows and API integration
  • 3f14168 fix: typo in success message (#340)
  • Additional commits viewable in compare view


Updates github/codeql-action from 3.27.3 to 3.27.4

Release notes

Sourced from github/codeql-action's releases.

v3.27.4

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

Changelog

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.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.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

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
  • Update default CodeQL bundle version to 2.19.3. #2576

3.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #2557
  • Update default CodeQL bundle version to 2.19.2. #2552

3.26.13 - 14 Oct 2024

No user facing changes.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.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.13.5 and 2.14.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.26.11 and github/codeql-action/*@v2 by github/codeql-action/*@v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for using actions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.

    Starting November 30, 2024, GitHub.com customers will no longer be able to use actions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the CODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable to true and bump actions/download-artifact@v3 to actions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to actions/download-artifact@v3 to actions/download-artifact@v4 will begin failing then.

... (truncated)

Commits
  • ea9e4e3 Merge pull request #2605 from github/update-v3.27.4-3ab67a219
  • 845ea92 Update changelog for v3.27.4
  • 3ab67a2 Merge pull request #2597 from github/mbg/caching/output-improvements
  • 6e3a010 Merge pull request #2583 from jsoref/use-artifact-4
  • 1c83cd1 Upgrade actions/upload-artifact to v4
  • 024283f Merge pull request #2602 from github/mergeback/v3.27.3-to-main-396bb3e4
  • 613fe96 Update checked-in dependencies
  • e35d4aa Update changelog and version after v3.27.3
  • 7bc6222 Allow warnings in tryGetFolderBytes to be suppressed
  • b0c0aad Handle ReserveCacheError with a nicer message
  • See full diff 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cpswan commented 1 week ago

@gkc #1431 got closed before you had a chance to review it (though I did see you merge trunk). So this is where we need to look at potential breakage with codecov.

The other two bumps LGTM.

gkc commented 1 week ago

@gkc #1431 got closed before you had a chance to review it (though I did see you merge trunk). So this is where we need to look at potential breakage with codecov.

The other two bumps LGTM.

No issue with the codecov action per se. However code coverage has not been actually uploaded for a long time. Will create a ticket to remedy that.