Update ubuntu version for docker Hadolint#1442
Conversation
WalkthroughThe GitHub Actions workflow configuration was updated, changing the execution environment for the "hadolint" job from Ubuntu 20.04 to Ubuntu 22.04. No other modifications were made to the workflow's steps or job definitions. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1442 +/- ##
=======================================
Coverage 93.38% 93.38%
=======================================
Files 181 181
Lines 34625 34625
=======================================
Hits 32334 32334
Misses 2291 2291
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What does it do?
Our current CI workflow for docker has a problem. More on that here.
This PR updates the ubuntu version of the runner to from 20.04 to 22.04.
What important points should reviewers know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues?
References
Summary by CodeRabbit