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

chore(deps): bump actions/setup-java from 4.4.0 to 4.5.0 #2608

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps actions/setup-java from 4.4.0 to 4.5.0.

Release notes

Sourced from actions/setup-java's releases.

v4.5.0

What's Changed

Bug fixes:

New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

Commits

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 October 25, 2024 02:41
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 25, 2024 02:41
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Oct 25, 2024
@rbarkerSL rbarkerSL assigned san-est and unassigned san-est Oct 29, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from 0f9ff91 to 580089e Compare October 29, 2024 10:53
@san-est
Copy link
Contributor

san-est commented Oct 30, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from 580089e to 4588ec7 Compare October 30, 2024 11:10
@san-est
Copy link
Contributor

san-est commented Oct 30, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from 4588ec7 to a376daf Compare October 30, 2024 11:30
@san-est
Copy link
Contributor

san-est commented Oct 31, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from a376daf to 6f49504 Compare October 31, 2024 07:31
@san-est
Copy link
Contributor

san-est commented Oct 31, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from 6f49504 to 034104c Compare October 31, 2024 09:52
@san-est
Copy link
Contributor

san-est commented Oct 31, 2024

@rbarkerSL could you please check if there might be any issues with the CODECOV_TOKEN as thats what the error is on the build & test job, on multiple runs as well.

@rbarkerSL
Copy link
Contributor

@rbarkerSL could you please check if there might be any issues with the CODECOV_TOKEN as thats what the error is on the build & test job, on multiple runs as well.

It's definitely not the codecov token. You can tell because that token is used in preceding steps successfully; I also verified that codecov.io is getting the updated scans. I think there's possibly something else going on; trying a re-run on the failed job.

@mishomihov00
Copy link
Contributor

@dependabot recreate

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@b36c23c...8df1039)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-4.5.0 branch from 034104c to 6f5ddbc Compare November 11, 2024 11:44
Copy link

sonarcloud bot commented Nov 18, 2024

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.89%. Comparing base (dd8a6d7) to head (cebb948).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2608      +/-   ##
==========================================
+ Coverage   84.84%   84.89%   +0.05%     
==========================================
  Files         285      285              
  Lines       71486    71486              
==========================================
+ Hits        60649    60685      +36     
+ Misses      10837    10801      -36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@rbarkerSL
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jeromy-cannon jeromy-cannon merged commit ce4bac3 into main Nov 19, 2024
13 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/github_actions/actions/setup-java-4.5.0 branch November 19, 2024 10:32
This was referenced Nov 27, 2024
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.

5 participants