Skip to content

Commit

Permalink
Merge pull request #49 from mackerelio/pin-wf
Browse files Browse the repository at this point in the history
pinned workflows@v1.0.2
  • Loading branch information
lufia authored Oct 2, 2023
2 parents f4755ac + 54ef7f2 commit 4d248bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
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 4d248bb

Please sign in to comment.