File tree Expand file tree Collapse file tree 4 files changed +46
-8
lines changed
Expand file tree Collapse file tree 4 files changed +46
-8
lines changed Original file line number Diff line number Diff line change 1+ name : " CodeQL"
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ - develop
8+ tags-ignore :
9+ - ' **' # prevent double build on release tag
10+ pull_request :
11+ branches :
12+ - ' **'
13+ schedule :
14+ - cron : " 14 14 * * 0"
15+
16+ jobs :
17+ analyze :
18+ name : Analyze
19+ runs-on : ubuntu-latest
20+ permissions :
21+ actions : read
22+ contents : read
23+ security-events : write
24+
25+ strategy :
26+ fail-fast : false
27+ matrix :
28+ language : [javascript]
29+
30+ steps :
31+ - name : Checkout
32+ uses : actions/checkout@v3
33+
34+ - name : Initialize CodeQL
35+ uses : github/codeql-action/init@v2
36+ with :
37+ languages : ${{ matrix.language }}
38+ queries : +security-and-quality
39+
40+ - name : Autobuild
41+ uses : github/codeql-action/autobuild@v2
42+
43+ - name : Perform CodeQL Analysis
44+ uses : github/codeql-action/analyze@v2
45+ with :
46+ category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ commitlint.config.js
1111yarn-error.log
1212yarn.lock
1313.github
14- lgtm.yml
1514/__tests__
1615.husky
1716/scripts
Original file line number Diff line number Diff line change 55[ ![ Install size] ( https://packagephobia.com/badge?p=html-inline-script-webpack-plugin )] ( https://packagephobia.com/result?p=html-inline-script-webpack-plugin )
66![ ci] ( https://github.com/icelam/html-inline-script-webpack-plugin/workflows/ci/badge.svg )
77[ ![ Package quality] ( https://npm.packagequality.com/shield/html-inline-script-webpack-plugin.svg )] ( https://packagequality.com/#?package=html-inline-script-webpack-plugin )
8- [ ![ Language grade: JavaScript] ( https://img.shields.io/lgtm/grade/javascript/g/icelam/html-inline-script-webpack-plugin.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/icelam/html-inline-script-webpack-plugin/context:javascript )
98
109[ ![ NPM] ( https://nodei.co/npm/html-inline-script-webpack-plugin.png?compact=true )] ( https://npmjs.org/package/html-inline-script-webpack-plugin )
1110
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments