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
262fbab6
Verified
Commit
262fbab6
authored
Jan 02, 2021
by
Jeffrey H. Johnson
Committed by
Jeffrey H. Johnson
Jan 02, 2021
Browse files
Create codeql-analysis.yml
parent
51c32bdd
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/codeql-analysis.yml
0 → 100644
View file @
262fbab6
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
Supports
Markdown
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