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

build(deps): bump gradle/actions from 4.2.1 to 4.2.2 #17111

Merged
merged 4 commits into from
Dec 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps gradle/actions from 4.2.1 to 4.2.2.

Release notes

Sourced from gradle/actions's releases.

v4.2.2

This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12.

What's Changed

New Contributors

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

Commits
  • 0bdd871 Pin version in ci-combine-bot-prs.yml
  • 34d6b69 Use latest DV plugin version in docs
  • 21ecf4f Use latest dependency-graph plugin (#489)
  • d9b1f17 [bot] Update dist directory
  • 5c7e362 Remove deprecation warning from init-script (#491)
  • 4213e78 Update known wrapper checksums (#488)
  • 59d7e81 Attempt to limit failures in wrapper-validation tests (#490)
  • bc78598 Bump github/codeql-action in the github-actions group across 1 directory
  • 9934046 Bump the gradle group across 1 directory with 2 updates
  • 3839b20 [bot] Update dist directory
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners December 18, 2024 15:23
@dependabot dependabot bot requested a review from andrewb1269hg December 18, 2024 15:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 18, 2024
@PavelSBorisov PavelSBorisov self-assigned this Dec 19, 2024
@PavelSBorisov PavelSBorisov added this to the v0.58 milestone Dec 19, 2024
@PavelSBorisov
Copy link
Member

@rbarkerSL @andrewb1269hg a PR for you to review and merge when possible

@PavelSBorisov
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/gradle/actions-4.2.2 branch from 5cc3e55 to e284554 Compare December 19, 2024 08:21
@PavelSBorisov
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/gradle/actions-4.2.2 branch from e284554 to cb2ec88 Compare December 19, 2024 09:13
@andrewb1269hg
Copy link
Contributor

@dependabot recreate

Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@cc4fc85...0bdd871)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/gradle/actions-4.2.2 branch from cb2ec88 to 64f88cf Compare December 19, 2024 16:54
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.27%. Comparing base (2f5f838) to head (010a0c6).
Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             develop   #17111   +/-   ##
==========================================
  Coverage      64.27%   64.27%           
  Complexity     20884    20884           
==========================================
  Files           2549     2549           
  Lines          95976    95976           
  Branches       10043    10043           
==========================================
  Hits           61691    61691           
  Misses         30653    30653           
  Partials        3632     3632           

Impacted file tree graph

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (2f5f838) 95739 65132 68.03%
Head commit (010a0c6) 95739 (+0) 65132 (+0) 68.03% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17111) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link
Contributor

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes look good and all checks pass.

@andrewb1269hg andrewb1269hg merged commit 54b2dcc into develop Dec 21, 2024
46 checks passed
@andrewb1269hg andrewb1269hg deleted the dependabot/github_actions/gradle/actions-4.2.2 branch December 21, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants