diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 2619a82..c7fda34 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -41,7 +41,7 @@ jobs: - name: checkout Code uses: actions/checkout@v4 - - name: go vuln check + - name: go vuln checker uses: golang/govulncheck-action@v1 with: go-version-file: 'go.mod'