Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeffrey H. Johnson
gfcp
Commits
56992fda
Verified
Commit
56992fda
authored
Jan 02, 2021
by
Jeffrey H. Johnson
Committed by
Jeffrey H. Johnson
Jan 02, 2021
Browse files
Merge pull request
#13
from gridfinity/add-codeql
Create codeql-analysis.yml
parents
51c32bdd
262fbab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/codeql-analysis.yml
0 → 100644
View file @
56992fda
name
:
"
CodeQL"
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
schedule
:
-
cron
:
'
20
0
*
*
5'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
language
:
[
'
go'
]
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v2
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v1
with
:
languages
:
${{ matrix.language }}
-
name
:
Autobuild
uses
:
github/codeql-action/autobuild@v1
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment