Skip to content

Commit

Permalink
added github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cloether committed Nov 16, 2023
1 parent 45c4349 commit 74bcfc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
# Configuration Options: https://github.com/actions/dependency-review-action/blob/main/README.md#configuration-options
# Examples: https://github.com/actions/dependency-review-action/blob/main/docs/examples.md
- name: Dependency Review
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.base_ref }}
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/cloether/go-module-template
go 1.19

require (
github.com/spf13/cobra latest
github.com/gorilla/mux v1.7.4
go.uber.org/zap v1.15.0
)
Expand Down

0 comments on commit 74bcfc4

Please sign in to comment.