Skip to content

use ubuntu-slim and dependabot - #1226

Merged
methane merged 1 commit into
PyMySQL:mainfrom
methane:update-ci
Apr 22, 2026
Merged

use ubuntu-slim and dependabot#1226
methane merged 1 commit into
PyMySQL:mainfrom
methane:update-ci

Conversation

@methane

Copy link
Copy Markdown
Member

No description provided.

@methane
methane requested a review from CopilotApril 22, 2026 10:17
@codecov

codecovBot commented Apr 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.43%. Comparing base (1e28be8) to head (24868a8).
⚠️ Report is 60 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #1226 +/- ##
==========================================
- Coverage 86.24% 84.43% -1.82% 
==========================================
Files 17 17 Lines 2436 2441 +5 Branches 258 241 -17 ==========================================
- Hits 2101 2061 -40 - Misses 249 295 +46 + Partials 86 85 -1 

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates CI configuration by changing the GitHub Actions runner used for linting and adding a Dependabot configuration to keep GitHub Actions dependencies up to date.

Changes:

  • Switch the lint workflow runner from ubuntu-latest to ubuntu-slim
  • Add .github/dependabot.yml to enable weekly GitHub Actions version updates

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
.github/workflows/lint.yamlChanges the runner used for the lint job
.github/dependabot.ymlAdds Dependabot config for weekly GitHub Actions updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-slim

CopilotAIApr 22, 2026

Copy link

Choose a reason for hiding this comment

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

runs-on: ubuntu-slim is not a supported GitHub-hosted runner label, so this workflow will fail to start. Use a valid runner label (e.g., ubuntu-latest like the other workflows in this repo, or a specific Ubuntu version such as ubuntu-24.04).

Suggested change
runs-on: ubuntu-slim
runs-on: ubuntu-latest

Copilot uses AI. Check for mistakes.
@methane
methane merged commit 61b30d8 into PyMySQL:mainApr 22, 2026
16 checks passed
@methane
methane deleted the update-ci branch April 22, 2026 11:22
Sign up for freeto 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

@methane