mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 03:25:53 +00:00
Fix the action tag
Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
parent
6688a97661
commit
feea8bb243
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Tests
|
||||
uses: cedrickring/golang-action/1.5.1
|
||||
uses: cedrickring/golang-action@1.5.1
|
||||
with:
|
||||
args: make test
|
||||
tests-go-1-14:
|
||||
|
|
Loading…
Reference in a new issue