Skip to content

Commit a13d93a

Browse files
authored
Merge pull request #43 from mackerelio/pin-wf
pinned workflows@v1.0.1
2 parents 95ad1f8 + cd4d112 commit a13d93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
pull_request:
88
jobs:
99
lint:
10-
uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
10+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.1
1111
test:
12-
uses: mackerelio/workflows/.github/workflows/go-test.yml@main
12+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.1
1313
testrun:
14-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@main
14+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.1
1515
with:
1616
run: go run ./cmd/osstat

0 commit comments

Comments
 (0)