Skip to content

Commit 9d5e658

Browse files
authored
Merge pull request #42 from mackerelio/pin-wf
pinned workflows@v1.0.2
2 parents f5d73ec + 8ba5a7a commit 9d5e658

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ 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.2
1111
test:
12-
uses: mackerelio/workflows/.github/workflows/go-test.yml@main
12+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2

0 commit comments

Comments
 (0)