chore: update dependencies#2
Conversation
Notes
https://hub.docker.com/_/haproxy |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@main | ||
| - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
There was a problem hiding this comment.
I'd prefer to use main, could you revert this change or use @v6 (which is much better than a raw hash)
There was a problem hiding this comment.
To uphold security best practices, I included all version numbers in the standard comment format to preserve readability. Dependabot will update both, digests and comments.
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsuses
If you insist, I revert everything.
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#example-using-versioned-actions
Chores