Conversation
This was referenced Mar 21, 2026
This was referenced Mar 25, 2026
Collaborator
Author
|
ready for review |
Collaborator
|
Excellent addition, and thanks for doing this! One suggestion to help with maintainability - Dependabot will update comments referencing the version number so long as it's inline with the hash. For example: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2dependabot/dependabot-core#5951 This was already a monumental effort, and I'm happy to implement that change! We could also defer it to a separate PR if you'd like to get this merged ASAP. Up to you! |
lreading
approved these changes
Mar 29, 2026
Collaborator
Author
That is a nice feature that I was not aware of, I will apply this today |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
update various dependencies in workflow actions and documentation
There is a recent high profile supply chain attack against the aquasecurity/trivy-action which was successful.
therefore github actions need to be pinned to digests rather than versions,
see #1519 and #1518
Description for the changelog:
update automation dependencies to use digests
Declaration:
Thanks for submitting a pull request, please make sure:
[e.g. GitHub CoPilot, ChatGPT, JetBrains Junie, etc][e.g. GPT-4.1, Claude Haiku 4.5, Gemini 2.5 Pro, etc][Summarize the key prompts or instructions given to the AI tools]Other info:
Closes #1520