Skip to content

Commit 79d63a8

Browse files
thaJeztahglours
authored andcommitted
gha: update docs-upstream to pin workflows by sha
This workflow was updated in 56e2dba but it looks to have pinned to a version before the workflows were pinned; https://github.com/docker/docs/blob/464a44a6e72b37cf1755968477e242a5e5f6ef7d/.github/workflows/validate-upstream.yml This patch updates the workflow to a version that uses pinned actions; https://github.com/docker/docs/blob/00aefd5eae73898c4d3bcd7a6fe95a039293706b/.github/workflows/validate-upstream.yml Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent be0c713 commit 79d63a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
retention-days: 1
4545

4646
validate:
47-
uses: docker/docs/.github/workflows/validate-upstream.yml@464a44a6e72b37cf1755968477e242a5e5f6ef7d # main 2026-03-24
47+
uses: docker/docs/.github/workflows/validate-upstream.yml@00aefd5eae73898c4d3bcd7a6fe95a039293706b # main 2026-03-24
4848
needs:
4949
- docs-yaml
5050
with:

0 commit comments

Comments
 (0)