mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
Fix the job names in the Github workflow
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
cabccc75ef
commit
ee176ff8fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
with:
|
||||
args: make test
|
||||
coverage:
|
||||
needs: [tests-go-1-14, test-go-1-13, test-go-1-12]
|
||||
needs: [tests-go-1-14, tests-go-1-13, tests-go-1-12]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
|
Loading…
Reference in a new issue