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

ci: fix and update actions/checkout version #436

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

t-naumenko
Copy link
Collaborator

@t-naumenko t-naumenko commented Feb 16, 2024

Pull Request

Description

Update version of actions/checkout.
Dependabot getting the next error while trying to update actions/checkout:

Error processing actions/checkout (Dependabot::SharedHelpers::HelperSubprocessFailed)
error: no such commit d0651293c4a5a52e711f25b41b05b2212f385d28

These changes fix incorrect commits and update all uses of the checkout action to the latest version - 4.1.1

Type of change

Please delete options that are not relevant.

  • CI system update

Testing

Checklist:

  • My code follows the style guidelines of this project
  • My code meets the required code coverage for lines (90% and above)
  • My code meets the required code coverage for branches (80% and above)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (61a2c6c) 90.75% compared to head (6e8f2c5) 90.75%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #436   +/-   ##
=========================================
  Coverage     90.75%   90.75%           
  Complexity      489      489           
=========================================
  Files            47       47           
  Lines          1731     1731           
  Branches        207      207           
=========================================
  Hits           1571     1571           
  Misses           97       97           
  Partials         63       63           

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

@t-naumenko t-naumenko self-assigned this Feb 16, 2024
@t-naumenko t-naumenko added the github_actions Pull requests that update GitHub Actions code label Feb 16, 2024
@t-naumenko t-naumenko added this to the v1.4.2 milestone Feb 16, 2024
Copy link
Collaborator

@o-kopysov o-kopysov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@o-konoval o-konoval left a comment

Choose a reason for hiding this comment

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

Update versions. Approved.

@o-kopysov o-kopysov merged commit 6747377 into Samsung:main Feb 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants