Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 5 updates #317

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the github-actions group with 5 updates:

Package From To
actions/checkout 4.2.0 4.2.2
peter-evans/find-comment 6e047262ad20bc24e1ed54be53fc9e1c23315c5e 90e9b82d6319a7ae3f32bc0b434db48d6c376e55
actions/upload-artifact 4.4.0 4.4.3
coverallsapp/github-action 2.3.0 2.3.4
peter-evans/create-or-update-comment 5ddb8ea5d1d22b21b6046340808ceed04a898969 6f2ce0ef39607bc6465c7fdf93368dc08095f938

Updates actions/checkout from 4.2.0 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates peter-evans/find-comment from 6e047262ad20bc24e1ed54be53fc9e1c23315c5e to 90e9b82d6319a7ae3f32bc0b434db48d6c376e55

Commits
  • 90e9b82 build(deps-dev): bump @​types/node from 18.19.57 to 18.19.59 (#329)
  • a467561 build(deps-dev): bump @​types/node from 18.19.55 to 18.19.57 (#328)
  • e9992c1 build(deps-dev): bump @​types/node from 18.19.54 to 18.19.55 (#327)
  • 142c880 build: update distribution (#326)
  • d972824 build(deps): bump @​actions/core from 1.10.1 to 1.11.1 (#325)
  • See full diff in compare view

Updates actions/upload-artifact from 4.4.0 to 4.4.3

Release notes

Sourced from actions/upload-artifact's releases.

v4.4.3

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

Commits
  • b4b15b8 Merge pull request #632 from actions/joshmgross/undo-dependency-changes
  • 92b01eb Undo indirect dependency updates from #627
  • 8448086 Merge pull request #627 from actions/robherley/v4.4.2
  • b1d4642 add explicit relative and absolute symlinks to workflow
  • d50e660 bump version
  • aabe6f8 build with @​actions/artifact v2.1.11
  • 604373d Merge pull request #625 from actions/robherley/artifact-2.1.10
  • 0150148 paste right core version
  • a009b25 update licenses
  • 9f6f6f4 update @​actions/core and @​actions/artifact to latest versions
  • Additional commits viewable in compare view

Updates coverallsapp/github-action from 2.3.0 to 2.3.4

Release notes

Sourced from coverallsapp/github-action's releases.

v2.3.4

What's Changed

  • Add coverage-reporter-platform input option by @​afinetooth in coverallsapp/github-action#233
    • Since we have added support for coverage-reporter on aarch64, we need to provide users of our github-action the ability to select this architecture-specific version of coverage-reporter when they're using an aarch64 / arm64 runner in CI.

Full Changelog: coverallsapp/github-action@v2...v2.3.4

v2.3.3

What's Changed

Full Changelog: coverallsapp/github-action@v2...v2.3.3

v2.3.2

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2

v2.3.1

What's Changed

Extend behavior of fail-on-error option to setup failures by @​afinetooth in coverallsapp/github-action#226

  • Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the fail-on-error input is set to false.

  • Adds logic to handle any failures in "setup" tasks, including downloading the coverage-reporter binary, verifying the binary, and finding the binary by its expected name after extraction.

  • The new logic checks these actions and exits with code 1 on failure, except if fail-on-error is set to true, in which case it returns exit code 0.

  • Adds a matrix workflow that tests the action for each os and the two key binary commands (coveralls report and coevralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.

  • Also extends the behavior of debug: true to flip the shell-specific debug flag for each os including set -x for linux and macos and Set-PSDebug -Trace 1 for windows.

Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1

Commits
  • cfd0633 Add coverage-reporter-platform input option (#233)
  • 0db2c3c Update README.md
  • 29d7fa2 Add two more helpful steps to update-major-version-tag workflow (#231)
  • 4cdef0b Always point the major version tag to the latest release (#230)
  • 43f11c4 Verify that coverage-reporter-version option is recognized (#229)
  • c258231 Add build number to supported inputs options (#228)
  • 0ae2400 Change command to to be compatible with alpine distros. (#227)
  • f795697 Update README.md
  • 38d584d Update README.md
  • 9a6b4a8 docs: fix the action version (#210)
  • Additional commits viewable in compare view

Updates peter-evans/create-or-update-comment from 5ddb8ea5d1d22b21b6046340808ceed04a898969 to 6f2ce0ef39607bc6465c7fdf93368dc08095f938

Commits
  • 6f2ce0e build(deps-dev): bump @​types/node from 18.19.59 to 18.19.61 (#363)
  • d5aa8cd build(deps-dev): bump @​types/node from 18.19.55 to 18.19.59 (#362)
  • 1b44297 Update distribution (#361)
  • 42b16d2 build(deps): bump @​actions/core from 1.10.1 to 1.11.1 (#360)
  • 3b8596d build(deps-dev): bump @​types/node from 18.19.54 to 18.19.55 (#359)
  • 48de637 build(deps-dev): bump @​types/node from 18.19.51 to 18.19.54 (#357)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` |
| [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `6e047262ad20bc24e1ed54be53fc9e1c23315c5e` | `90e9b82d6319a7ae3f32bc0b434db48d6c376e55` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` |
| [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.0` | `2.3.4` |
| [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `5ddb8ea5d1d22b21b6046340808ceed04a898969` | `6f2ce0ef39607bc6465c7fdf93368dc08095f938` |


Updates `actions/checkout` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...11bd719)

Updates `peter-evans/find-comment` from 6e047262ad20bc24e1ed54be53fc9e1c23315c5e to 90e9b82d6319a7ae3f32bc0b434db48d6c376e55
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](peter-evans/find-comment@6e04726...90e9b82)

Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5076954...b4b15b8)

Updates `coverallsapp/github-action` from 2.3.0 to 2.3.4
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@643bc37...cfd0633)

Updates `peter-evans/create-or-update-comment` from 5ddb8ea5d1d22b21b6046340808ceed04a898969 to 6f2ce0ef39607bc6465c7fdf93368dc08095f938
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@5ddb8ea...6f2ce0e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/find-comment
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the autosubmit label Nov 1, 2024
@github-actions github-actions bot added the type-infra A repository infrastructure change or enhancement label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

1 similar comment
Copy link

github-actions bot commented Nov 1, 2024

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

@auto-submit auto-submit bot merged commit 52e4ceb into main Nov 1, 2024
34 checks passed
@auto-submit auto-submit bot deleted the dependabot/github_actions/github-actions-e6d4ec872a branch November 1, 2024 19:02
copybara-service bot pushed a commit to dart-lang/sdk that referenced this pull request Nov 4, 2024
…arkdown, package_config, pool, pub_semver, shelf, source_maps, source_span, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test_descriptor, test_process, test_reflective_loader, tools, vector_math, watcher, web, web_socket_channel, webdriver, webkit_inspection_protocol, yaml, yaml_edit

Revisions updated by `dart tools/rev_sdk_deps.dart`.

core (https://github.com/dart-lang/core/compare/9ad6888..4b62792):
  4b627929  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/core#716)

csslib (https://github.com/dart-lang/csslib/compare/7f5f84e..3cfa58c):
  3cfa58c  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-archive/csslib#209)

ecosystem (https://github.com/dart-lang/ecosystem/compare/5099841..52e4ceb):
  52e4ceb  2024-11-01  dependabot[bot]  Bump the github-actions group with 5 updates (dart-lang/ecosystem#317)

glob (https://github.com/dart-lang/glob/compare/3e414a2..b6319d6):
  b6319d6  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/glob#99)

http_multi_server (https://github.com/dart-lang/http_multi_server/compare/a9e71fa..c8aabe3):
  c8aabe3  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/http_multi_server#74)

lints (https://github.com/dart-lang/lints/compare/19d99bc..f72e5ce):
  f72e5ce  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (dart-lang/lints#215)

markdown (https://github.com/dart-lang/markdown/compare/a4b1d2c..776689c):
  776689c  2024-11-01  Sam Rawlins  Add one more note to the 7.2.3 changelog before publishing (dart-lang/markdown#628)
  4a293d8  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/markdown#629)

package_config (https://github.com/dart-lang/package_config/compare/bafff8e..2583a4e):
  2583a4e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/package_config#160)

pool (https://github.com/dart-lang/pool/compare/7bfc71b..0bac9b2):
  0bac9b2  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/pool#92)

pub_semver (https://github.com/dart-lang/pub_semver/compare/72317ea..ab3eab5):
  ab3eab5  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/pub_semver#109)

shelf (https://github.com/dart-lang/shelf/compare/f560053..1a141c7):
  1a141c7  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/shelf#454)

source_maps (https://github.com/dart-lang/source_maps/compare/17695e8..b20b970):
  b20b970  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/source_maps#97)

source_span (https://github.com/dart-lang/source_span/compare/e518512..f147469):
  f147469  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/source_span#119)

stack_trace (https://github.com/dart-lang/stack_trace/compare/582891c..63e79f5):
  63e79f5  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/stack_trace#165)

stream_channel (https://github.com/dart-lang/stream_channel/compare/f440716..9bfc2a8):
  9bfc2a8  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/stream_channel#112)

string_scanner (https://github.com/dart-lang/string_scanner/compare/4de83f0..255d671):
  255d671  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/string_scanner#84)

sync_http (https://github.com/dart-lang/sync_http/compare/44b5913..82362bc):
  82362bc  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (google/sync_http.dart#52)

term_glyph (https://github.com/dart-lang/term_glyph/compare/d7d8d7c..31abb04):
  31abb04  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/term_glyph#58)

test_descriptor (https://github.com/dart-lang/test_descriptor/compare/aa99e99..7119567):
  7119567  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_descriptor#73)

test_process (https://github.com/dart-lang/test_process/compare/c4986dd..7c76f47):
  7c76f47  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_process#64)

test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/598af2f..30a552d):
  30a552d  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_reflective_loader#66)

tools (https://github.com/dart-lang/tools/compare/5f4f945..b028012):
  b028012c  2024-11-04  Kevin Moore  Fix analysis across packages (dart-lang/tools#1187)
  f5d3a196  2024-10-31  Sam Rawlins  Merge pull request `#684` from dart-lang/srawlins-patch-1
  0c199dfa  2024-10-22  Sam Rawlins  Fix doc comment references with backticks

vector_math (https://github.com/google/vector_math.dart/compare/3937447..ec5080d):
  ec5080d  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (google/vector_math.dart#334)

watcher (https://github.com/dart-lang/watcher/compare/3b85077..7a15a90):
  7a15a90  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/watcher#172)

web (https://github.com/dart-lang/web/compare/d3a61aa..8d24376):
  8d24376  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/web#319)

web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/1f15eca..abe77ea):
  abe77ea  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/web_socket_channel#386)

webdriver (https://github.com/google/webdriver.dart/compare/accfed5..4998763):
  4998763  2024-11-02  David Vandorpe  Add reason parameter to waitFor. (google/webdriver.dart#305)
  ffcd45e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (google/webdriver.dart#306)
  19d0d7a  2024-11-01  Devon Carew  Update analysis_options.yaml (google/webdriver.dart#307)

webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b459c42..a834c3b):
  a834c3b  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (google/webkit_inspection_protocol.dart#131)

yaml (https://github.com/dart-lang/yaml/compare/6cc2745..402655e):
  402655e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/yaml#172)

yaml_edit (https://github.com/dart-lang/yaml_edit/compare/35f4248..3d1421b):
  3d1421b  2024-11-01  dependabot[bot]  Bump the github-actions group across 1 directory with 2 updates (dart-lang/yaml_edit#98)

Change-Id: I2f35fd3023e6c587b8a52bcc0d1f8376786fe300
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393383
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant