Closed
Conversation
3 tasks
Contributor
📝 Docs previewLast commit d7be7f6 at: https://ee8919c2.fastapitiangolo.pages.dev |
YuriiMotov
commented
Mar 30, 2026
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: docker://agilepathway/pull-request-label-checker:latest | ||
| - uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65 |
Member
Author
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
YuriiMotov
commented
Mar 30, 2026
| # 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 |
Member
Author
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.
Contributor
|
This pull request has a merge conflict that needs to be resolved. |
Member
Author
|
This was included in #15316 and merged. |
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.
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