Skip to content

Conversation

@llucax
Copy link
Contributor

@llucax llucax commented Jan 28, 2026

GitHub doesn't support using shortened commit hashes.

Fixes #307.

GitHub doesn't support using shortened commit hashes.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax llucax requested a review from a team as a code owner January 28, 2026 12:31
@llucax llucax requested review from Copilot and stefan-brus-frequenz and removed request for a team January 28, 2026 12:31
@github-actions github-actions bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Jan 28, 2026
@llucax llucax requested a review from Marenz January 28, 2026 12:32
@llucax llucax self-assigned this Jan 28, 2026
@llucax llucax enabled auto-merge January 28, 2026 12:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an invalid shortened commit hash reference in the auto-dependabot workflow by replacing it with the full commit hash. GitHub Actions requires full commit hashes and does not support shortened versions.

Changes:

  • Updated the action reference from shortened hash b93b4ae to full hash b93b4ae2176f68308499582d43b95646db35c4a1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@llucax llucax added this pull request to the merge queue Jan 28, 2026
Merged via the queue into frequenz-floss:v1.x.x with commit eb8b862 Jan 28, 2026
13 checks passed
@llucax llucax deleted the full-hash branch January 28, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The auto-dependabot.yaml workflow is broken

2 participants