File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed
Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1+ name : " CodeQL"
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
8+
9+ permissions :
10+ contents : read
11+ security-events : write
12+
13+ jobs :
14+ codeql :
15+ name : " Analyze"
16+ runs-on : ubuntu-latest
17+ steps :
18+ - uses : actions/checkout@v3
19+ - name : Set up CodeQL
20+ uses : github/codeql-action/init@v3
21+ with :
22+ languages : javascript
23+ - name : Autobuild
24+ uses : github/codeql-action/autobuild@v3
25+ - name : Perform CodeQL Analysis
26+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 5656 "uuid" : " ^11.1.0" ,
5757 "zlib" : " ^1.0.5"
5858 },
59- "//" : [
60- " micromatch is an unspecified dependency of ava"
61- ],
6259 "devDependencies" : {
6360 "@ava/typescript" : " 4.1.0" ,
6461 "@eslint/compat" : " ^1.1.1" ,
8279 "eslint-plugin-github" : " ^5.1.8" ,
8380 "eslint-plugin-import" : " 2.29.1" ,
8481 "eslint-plugin-no-async-foreach" : " ^0.1.1" ,
85- "micromatch" : " 4.0.8" ,
8682 "nock" : " ^14.0.1" ,
8783 "removeNPMAbsolutePaths" : " 3.0.1" ,
8884 "sinon" : " ^19.0.2" ,
You can’t perform that action at this time.
0 commit comments