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

Add checked out ref for actions/checkout@v4 #410

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

chansuke
Copy link
Contributor

When using third-party actions, it is recommended to, pin actions to a full length commit SHA for security reasons.
The latest release of actions/checkout@v4 introduces the ability to add ref: ${{ github.event.pull_request.head.sha }}, allowing it to reference the most recent commit in a pull request.

@HeavyWombat
Copy link
Member

Thanks for the suggestion.

@HeavyWombat HeavyWombat enabled auto-merge December 7, 2024 14:10
@HeavyWombat HeavyWombat self-assigned this Dec 7, 2024
@HeavyWombat HeavyWombat merged commit f88bf7f into homeport:main Jan 14, 2025
4 checks passed
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.97%. Comparing base (a8567c0) to head (87fd932).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #410   +/-   ##
=======================================
  Coverage   80.97%   80.97%           
=======================================
  Files          15       15           
  Lines        2092     2092           
=======================================
  Hits         1694     1694           
  Misses        326      326           
  Partials       72       72           
Flag Coverage Δ
unittests 80.97% <ø> (ø)

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants