Updated github action versions#3123
Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow dependencies to improve CI stability and consistency by pinning the runner OS and action versions.
Changes:
- Switch workflow jobs from
ubuntu-latesttoubuntu-22.04. - Pin commonly used GitHub Actions (checkout/setup-python/cache/artifacts/download-artifact/test-reporter/codecov) to specific commit SHAs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryThis PR pins all GitHub Action references to full commit SHAs (replacing floating tags like Confidence Score: 5/5Safe to merge — a routine CI maintenance update with CI confirmed passing. All changes are mechanical action-version and runner updates. Previous reviewer concerns were addressed. No logic changes, no security issues, and CI passes per the PR checklist. No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "Merge branch 'master' into action-update" | Re-trigger Greptile |
Summary
Updated github runner to use
ubuntu-22.04instead ofubuntu-latestfor stabilty and code consistency.Used latest github action stable version commits inplace of older versions of actions.
Tests
Non-Goals
AI Tool Usage