workflow fix

patch-1
sandeep 2023-01-16 16:21:02 +05:30
parent 33266ab033
commit 986d78fe6a
2 changed files with 1 additions and 4 deletions

View File

@ -20,8 +20,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
cache: true
- name: cve-annotate install
run: go install -v github.com/projectdiscovery/nuclei/v2/cmd/cve-annotate@latest

View File

@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '**.yaml'
workflow_dispatch:
jobs:
build:
@ -17,8 +18,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
cache: true
- name: nuclei install
run: go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest