parent
a51166d866
commit
18635761d5
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@ -4,10 +4,6 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "**.go"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@ -22,6 +18,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user