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

Ignore repo access issues while parsing actions dependencies #8454

Conversation

deivid-rodriguez
Copy link
Contributor

@deivid-rodriguez deivid-rodriguez commented Nov 23, 2023

The functionality that needs accessing the dependency source is not critical, so skip it if the repo is not accessible. The end result of this should be that we still parse the dependency, and it will be properly ignored before checking updates for it. If it's a non ignored dependency, we should be getting another git_dependencies_not_reachable error when checking for updates.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner November 23, 2023 17:41
@github-actions github-actions bot added the L: github:actions GitHub Actions label Nov 23, 2023
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/ignore-action-access-issues-when-parsing-actions-dependencies branch from d23ec0e to 566e6e3 Compare November 23, 2023 18:05
The functionality that needs accessing the dependency source is not
critical, so skip it if the repo is not accessible. The end result of
this should be that we still parse the dependency, and it will be
properly ignore before checking for updates for it. If it's a non
ignored dependency, we should be getting another
`git_dependencies_not_reachable` error when checking for updates.
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/ignore-action-access-issues-when-parsing-actions-dependencies branch from 566e6e3 to 3fb0d7f Compare November 28, 2023 18:57
@deivid-rodriguez deivid-rodriguez merged commit 3ec8ac0 into main Nov 28, 2023
81 checks passed
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/ignore-action-access-issues-when-parsing-actions-dependencies branch November 28, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants