File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " CodeQL Advanced"
2+
3+ on :
4+ push :
5+ branches : ["main"]
6+ pull_request :
7+ branches : ["main"]
8+ schedule :
9+ - cron : " 29 8 * * 1"
10+
11+ permissions :
12+ contents : read
13+
14+ jobs :
15+ analyze :
16+ name : Analyze (${{ matrix.language }})
17+ runs-on : " ubuntu-latest"
18+ permissions :
19+ security-events : write
20+ strategy :
21+ fail-fast : false
22+ matrix :
23+ include :
24+ - language : actions
25+ build-mode : none
26+ steps :
27+ - name : Checkout repository
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+ with :
30+ persist-credentials : false
31+ - name : Initialize CodeQL
32+ uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
33+ with :
34+ languages : ${{ matrix.language }}
35+ build-mode : ${{ matrix.build-mode }}
36+ - name : Perform CodeQL Analysis
37+ uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
38+ with :
39+ category : " /language:${{matrix.language}}"
40+
41+ zizmor :
42+ name : Zizmor
43+ runs-on : ubuntu-latest
44+ permissions :
45+ security-events : write
46+ steps :
47+ - name : Checkout repository
48+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+ with :
50+ persist-credentials : false
51+ - name : Run zizmor
52+ uses : zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
You can’t perform that action at this time.
0 commit comments