Skip to content

Commit fc82cf4

Browse files
authored
Merge pull request #502 from docker/gha-ref-commit-sha
Update missed actions to use commit SHAs
2 parents 163beee + ee56828 commit fc82cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: "1.25"
2929

30-
- uses: golangci/golangci-lint-action@v8
30+
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3131
with:
3232
version: v2.4
3333

@@ -42,7 +42,7 @@ jobs:
4242
-
4343
name: List targets
4444
id: generate
45-
uses: docker/bake-action/subaction/list-targets@v6
45+
uses: docker/bake-action/subaction/list-targets@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0.0
4646
with:
4747
target: validate
4848

@@ -183,7 +183,7 @@ jobs:
183183
run: |
184184
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} BUGSNAG_API_KEY=${{ secrets.BUGSNAG_API_KEY }} TELEMETRY_ENDPOINT=${{ vars.TELEMETRY_ENDPOINT }} TELEMETRY_KEY=${{ secrets.TELEMETRY_KEY }} make build
185185
186-
- uses: actions/upload-artifact@v4
186+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
187187
with:
188188
name: docker-language-server-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
189189
path: docker-language-server-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}

0 commit comments

Comments
 (0)