Skip to content
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

Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0 #4356

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

tanwigeetika1618
Copy link
Contributor

@tanwigeetika1618 tanwigeetika1618 commented Oct 4, 2024

Description

Pin codecov-action to v4.5.0 and update dependabot.yml to ignore v4.6.0

This PR makes the following changes to address issues with the codecov/codecov-action:

  • Pin codecov/codecov-action to v4.5.0:

    • To fix the error: Codecov: Failed to get OIDC token with url: https://codecov.io./ Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable..
    • To prevent this, the tox.yml file has been updated to pin the action to version v4.5.0.
  • Update dependabot.yml to ignore v4.6.0:

    • Added a configuration to .github/dependabot.yml to ignore codecov/codecov-action v4.6.0.
    • This ensures that Dependabot will not automatically upgrade to this version until the issue is resolved in future releases.

Related: codecov/codecov-action#1594

@ssbarnea ssbarnea marked this pull request as ready for review October 4, 2024 15:28
@ssbarnea ssbarnea requested a review from a team as a code owner October 4, 2024 15:28
@ssbarnea ssbarnea enabled auto-merge (squash) October 4, 2024 15:29
@ssbarnea ssbarnea merged commit f74f6c4 into ansible:main Oct 4, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants