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'
2+
3+ on :
4+ push :
5+ branches : [main, master, staging]
6+ pull_request :
7+ branches : [main, master, staging]
8+ schedule :
9+ - cron : ' 20 3 * * 1'
10+
11+ permissions :
12+ actions : read
13+ contents : read
14+ security-events : write
15+
16+ jobs :
17+ analyze :
18+ name : Analyze (${{ matrix.language }})
19+ runs-on : ubuntu-latest
20+ strategy :
21+ fail-fast : false
22+ matrix :
23+ language :
24+ - actions
25+ - javascript-typescript
26+ - ruby
27+ steps :
28+ - name : Checkout repository
29+ uses : actions/checkout@v4
30+
31+ - name : Initialize CodeQL
32+ uses : github/codeql-action/init@v3
33+ with :
34+ languages : ${{ matrix.language }}
35+
36+ - name : Autobuild
37+ uses : github/codeql-action/autobuild@v3
38+
39+ - name : Perform CodeQL Analysis
40+ uses : github/codeql-action/analyze@v3
41+ with :
42+ category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -4065,9 +4065,9 @@ yallist@^4.0.0:
40654065 integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
40664066
40674067yaml@^2.3.4 :
4068- version "2.3.4 "
4069- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4. tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2 "
4070- integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA ==
4068+ version "2.8.3 "
4069+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3. tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d "
4070+ integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg ==
40714071
40724072yargs-parser@^21.1.1 :
40734073 version "21.1.1"
You can’t perform that action at this time.
0 commit comments