-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
github actions update fails when action is pinned to commit hash #11253
Comments
The repository that failed for me is not a private repository. It makes sense why it would fail in your case unless you provided it a PAT. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#git |
I had a public repo with an action without any tag. Creating a semver compatibile tag fixed the issue on all the downstream repo. Looks like it's a regression, won't be possibile to get updates unless there is a tag on the repo which is serving that action. |
Hopefully this can be reconsidered. There are valid reasons to use a commithash versus a tagged version.
I guess I may need to finally switch to renovate-bot. |
This issue is happening for us with two public actions. It looks like actions pinned to commit hashes with a semantic version tag can’t be used anymore. |
@ReenigneArcher, I added my case here because it wasn't failing like this before. Even if it's a valid failure (which is arguable, but out of scope for this issue), it shouldn't block the rest of the updates. |
Is there an existing issue for this?
Package ecosystem
github actions
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
https://github.com/LizardByte/.github/blob/49fb24e93d5902e16a7acce645932bd08fc643f6/.github/workflows/issues-stale.yml#L62
dependabot.yml content
https://github.com/LizardByte/.github/blob/49fb24e93d5902e16a7acce645932bd08fc643f6/.github/dependabot.yml#L22
Updated dependency
existing: amenocal/stale@44df11e
there is no update available
What you expected to see, versus what you actually saw
Do not error, or at least continue with other updates. OR... Continue working with commit hashes as used to work.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
https://github.com/LizardByte/.github/actions/runs/12666467352/job/35297906417
Similar issue, but closed by OP: #11181
Created discussion here, got no response: #11205 (behavior is slightly different now as at least I can see the error)
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: