-
Notifications
You must be signed in to change notification settings - Fork 74
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
3dfbaad
to
2207a1c
Compare
Signed-off-by: Amit Galitzky <[email protected]>
2207a1c
to
1b6cb6e
Compare
@@ -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 |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
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
--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.