File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Github Actions CodeQL
2+
3+ permissions :
4+ contents : read
5+
6+ on :
7+ pull_request :
8+ branches :
9+ - main
10+ schedule :
11+ - cron : ' 30 0 * * *'
12+
13+ concurrency :
14+ group : ${{ github.workflow }}
15+ cancel-in-progress : true
16+
17+ jobs :
18+ codeql :
19+ name : ' Github Actions CodeQL'
20+ runs-on : ubuntu-24.04
21+ permissions :
22+ security-events : write
23+ steps :
24+ - name : Checkout LLVM
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ with :
27+ sparse-checkout : |
28+ .github/
29+ - name : Initialize CodeQL
30+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
31+ with :
32+ languages : actions
33+ queries : security-extended
34+ - name : Perform CodeQL Analysis
35+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
You can’t perform that action at this time.
0 commit comments