🔒 Pin GitHub actions by commit SHA#15261
Conversation
📝 Docs previewLast commit d7be7f6 at: https://ee8919c2.fastapitiangolo.pages.dev |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: docker://agilepathway/pull-request-label-checker:latest | ||
| - uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65 |
There was a problem hiding this comment.
I decided to use action from GitHub marketplace as it will be more convenient to track exact version.
Also, dependabot doesn't update actions from Docker registry:
Docker Hub and GitHub Packages Container registry URLs are currently not supported. For example, references to Docker container actions using docker:// syntax aren't supported
| # pin to actions/checkout@v5 for compatibility with latest-changes | ||
| # Ref: https://github.com/actions/checkout/issues/2313 | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
There was a problem hiding this comment.
The issue has been resolved and we can upgrade to v6: actions/checkout#2313 (comment)
(upgraded it to v6 in some other workflows as well to be consistent)
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
This pull request has a merge conflict that needs to be resolved. |
|
This was included in #15316 and merged. |
Closes: #15225
I created this PR from scratch and then compared it with 15225 to double-check (there were several differences in hashes (see full diff in the details) - commented on them in the comments of 15225)
Full diff with #15225
Details