Skip to content

Commit

Permalink
ci(workflow): remove dependency-check
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Oct 23, 2024
1 parent e83b2b0 commit fbd6b49
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,11 @@ jobs:
name: coverage-report-${{ matrix.shard }}
path: coverage-${{ matrix.shard }}.out

dependency-check:
name: Check Dependencies
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@main

goreleaserbuild:
name: Build distribution binaries
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [test, dependency-check, codeql]
needs: [test, codeql]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -156,7 +140,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
needs: [test, dependency-check, codeql]
needs: [test, codeql]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fbd6b49

Please sign in to comment.