File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ' CodeQL'
2+
3+ ' on ' :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
10+ schedule :
11+ - cron : ' 0 0 * * 4'
12+
13+ concurrency :
14+ group : ${{ github.workflow }}
15+
16+ permissions : {}
17+
18+ jobs :
19+ gha_python :
20+ name : ' GHA and Python'
21+ runs-on : ubuntu-latest
22+ permissions :
23+ security-events : write # To create/update security events
24+ steps :
25+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+ with :
27+ persist-credentials : false
28+
29+ - name : ' initialize'
30+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
31+ with :
32+ languages : actions, python
33+ queries : security-extended
34+
35+ - name : ' perform analysis'
36+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
You can’t perform that action at this time.
0 commit comments