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 : ' CodeQL'
2+
3+ on :
4+ push :
5+ branches : ['main', '*.*.x']
6+ schedule :
7+ - cron : ' 39 9 * * 1'
8+
9+ jobs :
10+ analyze :
11+ name : Analyze
12+ runs-on : ' ubuntu-latest'
13+ permissions :
14+ security-events : write
15+ packages : read
16+ strategy :
17+ fail-fast : false
18+ matrix :
19+ include :
20+ - language : javascript-typescript
21+ build-mode : none
22+ steps :
23+ - name : Checkout repository
24+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ with :
26+ persist-credentials : false
27+ - name : Initialize CodeQL
28+ uses : github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # v3.28.8
29+ with :
30+ languages : javascript-typescript
31+ build-mode : none
32+ - name : Perform CodeQL Analysis
33+ uses : github/codeql-action/analyze@86b04fb0e47484f7282357688f21d5d0e32175fe # v3.28.8
34+ with :
35+ category : ' /language:javascript-typescript'
You can’t perform that action at this time.
0 commit comments