Skip to content

Commit

Permalink
ci: remove duplicate dependency review (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-primrose authored May 13, 2024
1 parent eddcd6b commit 0a48747
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ jobs:
- uses: dotenv-linter/action-dotenv-linter@v2
with:
reporter: github-pr-review

check-dependencies:
name: runner / check-dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
- name: WriteGoList
run: go list -json -m all > go.list
- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@main
continue-on-error: true
- name: "Dependency Review"
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2

tests:
name: runner / build and tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a48747

Please sign in to comment.