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

Updating setup-java, byte buddy, jacoco and mockito dependencies #1368

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amitgalitz
Copy link
Member

Description

Updating several different dependencies that we have outdated depandabot PRs for.
Also testing out this solution for some of our workflows that still have checkout@v3.

Check List

  • Commits are signed per the DCO using --signoff.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.10%. Comparing base (4c545ab) to head (1b6cb6e).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1368      +/-   ##
============================================
+ Coverage     80.04%   80.10%   +0.05%     
- Complexity     5667     5675       +8     
============================================
  Files           533      533              
  Lines         23438    23438              
  Branches       2334     2334              
============================================
+ Hits          18762    18775      +13     
+ Misses         3569     3557      -12     
+ Partials       1107     1106       -1     
Flag Coverage Δ
plugin 80.10% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 8 files with indirect coverage changes

---- 🚨 Try these New Features:

Signed-off-by: Amit Galitzky <[email protected]>
@@ -28,7 +28,7 @@ jobs:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 21
- uses: actions/checkout@v4
- uses: aws-actions/[email protected].1
- uses: aws-actions/[email protected].2
Copy link
Member

Choose a reason for hiding this comment

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

Suggest just use v4 instead of specific version unless you have specific requirements here.

Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

We keep getting depandabot PRs for this, do you know why we are getting this and other repos aren't? #1182

Copy link
Member

Choose a reason for hiding this comment

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

If you use v4 it will automatically link to the latest v4.x.x.

Copy link
Member

@peterzhuamazon peterzhuamazon left a comment

Choose a reason for hiding this comment

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

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

The above can be completely removed as github already deprecate this params.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x infra Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants