-
Notifications
You must be signed in to change notification settings - Fork 483
[CI] Harden GitHub Actions #3338
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
Conversation
Signed-off-by: StepSecurity Bot <[email protected]>
…urity-remediation [StepSecurity] ci: Harden GitHub Actions
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3338 +/- ##
=======================================
Coverage 89.56% 89.56%
=======================================
Files 210 210
Lines 6502 6502
=======================================
Hits 5823 5823
Misses 679 679 🚀 New features to boost your workflow:
|
Thanks for the PR.
There are still references to Please fix:
|
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.
Thanks for the PR.
Please fix the remaining references to labels:
[malff@malff-desktop workflows]$ grep "checkout@v4" *
clang-tidy.yaml: - uses: actions/checkout@v4
iwyu.yml: - uses: actions/checkout@v4
[malff@malff-desktop workflows]$ grep "upload-artifact@v4" *
clang-tidy.yaml: - uses: actions/upload-artifact@v4
iwyu.yml: - uses: actions/upload-artifact@v4
Also, please change the comment from master to v4.6.2 for this one:
Verified manually every single commit. |
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.
LGTM, thanks for the fix.
Taking the fix as-is, will fix remaining items in a different PR.
[StepSecurity] ci: Harden GitHub Actions (open-telemetry#3338)
Part of open-telemetry/sig-security#87
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes