Skip to content

Commit 62d8015

Browse files
committed
ci: pin remaining actions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a3c4d64 commit 62d8015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ jobs:
8989
steps:
9090
-
9191
name: Checkout
92-
uses: actions/checkout@v6
92+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9393
with:
9494
path: src/github.com/docker/cli
9595
-
9696
name: Set up Go
97-
uses: actions/setup-go@v6
97+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
9898
with:
9999
go-version: "1.25.8"
100+
cache: false
100101
-
101102
name: Run gocompat check
102103
shell: 'script --return --quiet --command "bash {0}"'

0 commit comments

Comments
 (0)