← 返回首页
Keep GitHub Actions up to date with GitHub's Dependabot by cclauss · Pull Request #342 · codecov/example-python · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Keep GitHub Actions up to date with GitHub's Dependabot#342

Open
cclauss wants to merge 1 commit into
codecov:mainfrom
cclauss:patch-1
Open

Keep GitHub Actions up to date with GitHub's Dependabot#342
cclauss wants to merge 1 commit into
codecov:mainfrom
cclauss:patch-1

Conversation

Copy link
Copy Markdown

cclauss commented Jan 30, 2026
edited
Loading

The examples are less helpful when the GitHub Actions are out of date.

To see all GitHub Actions dependencies, type:
% git grep 'uses: ' .github/workflows/

.github/workflows/ci.yml: uses: actions/checkout@v4 .github/workflows/ci.yml: uses: actions/setup-python@v4 .github/workflows/ci.yml: uses: codecov/test-results-action@v1 .github/workflows/ci.yml: uses: codecov/codecov-action@main .github/workflows/ci.yml: uses: codecov/codecov-action@main .github/workflows/ci.yml: uses: codecov/codecov-action@main .github/workflows/ci.yml: uses: codecov/codecov-action@main .github/workflows/enforce-license-compliance.yml: uses: getsentry/action-enforce-license-compliance@57ba820387a1a9315a46115ee276b2968da51f3d # main

The examples are less helpful when the GitHub Actions are out of date. * [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot) * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem) To see all GitHub Actions dependencies, type: % `git grep 'uses: ' .github/workflows/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Footer

© 2026 GitHub, Inc.