Dependabot: ability to bump git tags (for reusable workflows) #20425
Unanswered
ringods
asked this question in
Code Security
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A best practice is to lock dependencies. When working with reusable Github Actions workflows in another repository, the docs state that the most secure way is to lock on the git commit hash, which I agree with:
https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
However, for readability, I would like to tag the repo containing the reusable workflows when new versions are verified to be working.
Would it be possible for Dependabot to support tracking new tags and creating PRs to bump the tag in the repositories where these workflows are reused?
I would use it for upgrading to the newer version of reusable Github Actions workflows:
The general case is just bumping Git tag versions in random files:
Beta Was this translation helpful? Give feedback.
All reactions