We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5d73ec + 8ba5a7a commit 9d5e658Copy full SHA for 9d5e658
.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
.github/workflows/ci.yml
@@ -7,6 +7,6 @@ on:
pull_request:
jobs:
lint:
- uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
+ uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.2
11
test:
12
- uses: mackerelio/workflows/.github/workflows/go-test.yml@main
+ uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2
0 commit comments