We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70536fc + 4f160d7 commit 55e8fa3Copy full SHA for 55e8fa3
.github/workflows/docs-upstream.yml
@@ -59,7 +59,7 @@ jobs:
59
retention-days: 1
60
61
validate:
62
- uses: docker/docs/.github/workflows/validate-upstream.yml@8f0cf552fd0a69bcd19bb3f53a17a346b399673c # main
+ uses: docker/docs/.github/workflows/validate-upstream.yml@main # zizmor: ignore[unpinned-uses] needs to validate against latest docs changes
63
needs:
64
- docs-yaml
65
with:
0 commit comments