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 2 updates #2419

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 2 updates: dart-lang/setup-dart and github/codeql-action.

Updates dart-lang/setup-dart from 1.6.5 to 1.7.0

Release notes

Sourced from dart-lang/setup-dart's releases.

v1.7.0

What's Changed

  • Install a Flutter SDK in the publish workflow allowing for publication of flutter packages.
Changelog

Sourced from dart-lang/setup-dart's changelog.

v1.7.0

v1.6.5

  • Fix zip path handling on Windows 11 (#118[])

#118: dart-lang/setup-dart#118

v1.6.4

  • Rebuild JS code.

v1.6.3

v1.6.2

v1.6.1

  • Updated the google storage url for main channel releases.

v1.6.0

  • Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g. 3.2).

v1.5.1

  • No longer test the setup-dart action on pre-2.12 SDKs.
  • Upgrade JS interop code to use extension types (the new name for inline classes).
  • The upcoming rename of the be channel to main is now supported with forward compatibility that switches when the rename happens.

v1.5.0

... (truncated)

Commits

Updates github/codeql-action from 3.27.0 to 3.27.5

Release notes

Sourced from github/codeql-action's releases.

v3.27.5

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.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

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.

v3.27.3

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.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

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.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)

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.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

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

... (truncated)

Commits
  • f09c1c0 Merge pull request #2616 from github/update-v3.27.5-a6c8729a5
  • 67b73ea Update changelog for v3.27.5
  • a6c8729 Merge pull request #2614 from github/marcogario/per-platform-proxy
  • 8f3b487 Start-proxy: Fetch OS specific binary
  • cba5fb5 Merge pull request #2613 from github/dependabot/npm_and_yarn/npm_and_yarn-018...
  • e782c3a Merge pull request #2612 from github/angelapwen/report-linux-runner-release
  • db67881 Update checked-in dependencies
  • ecde4d2 Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
  • e3c67a0 Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca52e617
  • f9ada54 Telemetry: report OS release for GitHub-hosted Linux runners
  • 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 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 2 updates: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@0a8a0fc...e630b99)

Updates `github/codeql-action` from 3.27.0 to 3.27.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@6624720...f09c1c0)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the autosubmit label Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

PR Health

Changelog Entry ✔️
Package Changed Files

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

1 similar comment
Copy link

github-actions bot commented Dec 1, 2024

PR Health

Changelog Entry ✔️
Package Changed Files

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

@auto-submit auto-submit bot merged commit c2a6986 into master Dec 1, 2024
69 checks passed
@auto-submit auto-submit bot deleted the dependabot/github_actions/github-actions-e0c0b75d92 branch December 1, 2024 03:37
copybara-service bot pushed a commit to dart-lang/sdk that referenced this pull request Dec 2, 2024
… package_config, pool, protobuf, pub_semver, shelf, source_maps, source_span, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, 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/1de8372..abcf992):
  abcf992c  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/core#728)

ecosystem (https://github.com/dart-lang/ecosystem/compare/52e4ceb..248b180):
  248b180  2024-12-01  dependabot[bot]  Bump the github-actions group with 4 updates (dart-lang/ecosystem#322)
  cdbe4e5  2024-11-21  Devon Carew  add a new 'dart bin/report.dart contributors' command (dart-lang/ecosystem#311)

glob (https://github.com/dart-lang/glob/compare/b6319d6..994191a):
  994191a  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/glob#100)

http_multi_server (https://github.com/dart-lang/http_multi_server/compare/c8aabe3..f6a7488):
  f6a7488  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/http_multi_server#75)

lints (https://github.com/dart-lang/lints/compare/f72e5ce..2e1321e):
  2e1321e  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (dart-lang/lints#217)

markdown (https://github.com/dart-lang/markdown/compare/776689c..4d5dbc6):
  4d5dbc6  2024-12-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/markdown#630)

package_config (https://github.com/dart-lang/package_config/compare/2583a4e..76f2f6c):
  76f2f6c  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/package_config#161)

pool (https://github.com/dart-lang/pool/compare/0bac9b2..f85209d):
  f85209d  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/pool#93)

protobuf (https://github.com/dart-lang/protobuf/compare/ccf104d..da7279c):
  da7279c  2024-12-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.6.2 to 1.7.0 (google/protobuf.dart#949)

pub_semver (https://github.com/dart-lang/pub_semver/compare/ab3eab5..8e9fcb9):
  8e9fcb9  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/pub_semver#110)

shelf (https://github.com/dart-lang/shelf/compare/a2708cd..657ebd3):
  657ebd3  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/shelf#462)
  7f26ebd  2024-11-22  Devon Carew  rev shelf_web_socket in prep for publishing (dart-lang/shelf#458)

source_maps (https://github.com/dart-lang/source_maps/compare/b20b970..198d32b):
  198d32b  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/source_maps#98)

source_span (https://github.com/dart-lang/source_span/compare/f147469..22a243e):
  22a243e  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/source_span#120)

stack_trace (https://github.com/dart-lang/stack_trace/compare/63e79f5..b660cfa):
  b660cfa  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/stack_trace#168)

stream_channel (https://github.com/dart-lang/stream_channel/compare/9bfc2a8..71fe6dd):
  71fe6dd  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/stream_channel#113)

string_scanner (https://github.com/dart-lang/string_scanner/compare/255d671..77de235):
  77de235  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/string_scanner#85)

sync_http (https://github.com/dart-lang/sync_http/compare/82362bc..47e6b26):
  47e6b26  2024-12-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (google/sync_http.dart#53)

term_glyph (https://github.com/dart-lang/term_glyph/compare/31abb04..9ed8ed9):
  9ed8ed9  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/term_glyph#59)

test (https://github.com/dart-lang/test/compare/8a07bee..c2a6986):
  c2a69865  2024-12-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/test#2419)
  c2f19b49  2024-11-26  Kevin Moore  Allow latest pkg:analyzer, bump min SDK to stable release (dart-lang/test#2418)

test_descriptor (https://github.com/dart-lang/test_descriptor/compare/7119567..408526a):
  408526a  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/test_descriptor#74)

test_process (https://github.com/dart-lang/test_process/compare/7c76f47..5b0349c):
  5b0349c  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/test_process#65)

test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/30a552d..faade62):
  faade62  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/test_reflective_loader#67)

tools (https://github.com/dart-lang/tools/compare/466bb19..1c5b8b9):
  1c5b8b94  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 in the github-actions group (dart-lang/tools#1203)

vector_math (https://github.com/google/vector_math.dart/compare/ec5080d..433fb6c):
  433fb6c  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (google/vector_math.dart#336)

watcher (https://github.com/dart-lang/watcher/compare/7a15a90..bc44e6f):
  bc44e6f  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/watcher#173)

web (https://github.com/dart-lang/web/compare/8d24376..bdf112e):
  bdf112e  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/web#323)

web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/abe77ea..7a2039f):
  7a2039f  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/web_socket_channel#387)

webdriver (https://github.com/google/webdriver.dart/compare/4998763..d83d6a3):
  d83d6a3  2024-12-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (google/webdriver.dart#309)
  1a5c815  2024-12-02  dependabot[bot]  Bump nanasess/setup-chromedriver from 2.2.2 to 2.3.0 (google/webdriver.dart#308)

webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/a834c3b..effa752):
  effa752  2024-12-02  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (google/webkit_inspection_protocol.dart#132)

yaml (https://github.com/dart-lang/yaml/compare/402655e..2a37272):
  2a37272  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/yaml#173)

yaml_edit (https://github.com/dart-lang/yaml_edit/compare/8bd0fdf..fbdc70a):
  fbdc70a  2024-12-01  dependabot[bot]  Bump dart-lang/setup-dart in the github-actions group (dart-lang/yaml_edit#100)

Change-Id: Id7d9bb71236e6c20c9cdc2b1eb4690112e285b64
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398501
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant