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

Out of order tags are confusing Dependabot #23

Open
bwestover opened this issue Aug 11, 2022 · 4 comments
Open

Out of order tags are confusing Dependabot #23

bwestover opened this issue Aug 11, 2022 · 4 comments

Comments

@bwestover
Copy link

We use Dependabot to manage our GitHub Actions dependencies (docs).

The issue we're running into is that this repo has "newer" tags (v4.2 - v4.6) than the actual latest as of this writing (2.5.2). Those tags point to older code, and so Dependabot is trying to "upgrade" us to an older version. Other dependency managers may have a similar issue, I'm not sure.

Would you consider removing these out of order tags?

@rberrelleza @irespaldiza

@rberrelleza
Copy link
Member

@bwestover yes, that's a good idea. I think we should remove the old tags, since we are now following a different version scheme. Are you only affected by pipeline action?

@bwestover
Copy link
Author

Are you only affected by pipeline action?

We also saw this in okteto/login, however I believe that one is deprecated anyway in favor of okteto/context. The other actions we use (okteto/destroy-preview and okteto/deploy-preview) didn't seem to have the out of order tags, so were working correctly with Dependabot.

Thanks!

@maroshii
Copy link
Contributor

Thanks for reporting @bwestover! This should be fixed now. All v4.x tags have been deleted.

@bwestover
Copy link
Author

✨ Thank you 🙇

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

No branches or pull requests

3 participants