mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
chore(ci): pin workflow dependencies (#7471)
CI workflows which reference "faillint" were missing a version pin. Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
2
.github/workflows/go.coverage.yml
vendored
2
.github/workflows/go.coverage.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test With Coverage
|
- name: Test With Coverage
|
||||||
run: |
|
run: |
|
||||||
go install github.com/fatih/faillint@latest
|
go install github.com/fatih/faillint@c56e3ec6dbfc933bbeb884fd31f2bcd41f712657 # v1.15.0
|
||||||
for d in request core coremain plugin test; do \
|
for d in request core coremain plugin test; do \
|
||||||
( cd $d; go test -coverprofile=cover.out -covermode=atomic -race ./...; [ -f cover.out ] && cat cover.out >> ../coverage.txt ); \
|
( cd $d; go test -coverprofile=cover.out -covermode=atomic -race ./...; [ -f cover.out ] && cat cover.out >> ../coverage.txt ); \
|
||||||
done
|
done
|
||||||
|
|||||||
2
.github/workflows/go.test.yml
vendored
2
.github/workflows/go.test.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
go install github.com/fatih/faillint@latest
|
go install github.com/fatih/faillint@c56e3ec6dbfc933bbeb884fd31f2bcd41f712657 # v1.15.0
|
||||||
( cd test; go test -race ./... )
|
( cd test; go test -race ./... )
|
||||||
|
|
||||||
test-makefile-release:
|
test-makefile-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user