Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d1ca1e66
Unverified
Commit
d1ca1e66
authored
Apr 26, 2021
by
Guy Korland
Committed by
GitHub
Apr 26, 2021
Browse files
Add codeql static analysis in PR CI (#8854)
parent
20735a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/codeql-analysis.yml
0 → 100644
View file @
d1ca1e66
name
:
"
CodeQL"
on
:
push
:
pull_request
:
schedule
:
# run weekly new vulnerability was added to the the database
-
cron
:
'
0
0
*
*
0'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
language
:
[
'
cpp'
]
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