Skip to content

Commit

Permalink
Merge pull request #42 from mackerelio/pin-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia authored Oct 2, 2023
2 parents f5d73ec + 8ba5a7a commit 9d5e658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@main
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2

0 comments on commit 9d5e658

Please sign in to comment.