File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " CodeQL Scan for GitHub Actions Workflows"
3+
4+ on :
5+ push :
6+ branches : [master]
7+ paths : [".github/workflows/**"]
8+ pull_request :
9+ branches : [master]
10+ paths : [".github/workflows/**"]
11+
12+ jobs :
13+ analyze :
14+ name : Analyze GitHub Actions workflows
15+ runs-on : ubuntu-latest
16+ permissions :
17+ actions : read
18+ contents : read
19+ security-events : write
20+
21+ steps :
22+ - uses : actions/checkout@v4
23+
24+ - name : Initialize CodeQL
25+ uses : github/codeql-action/init@v3
26+ with :
27+ languages : actions
28+
29+ - name : Run CodeQL Analysis
30+ uses : github/codeql-action/analyze@v3
31+ with :
32+ category : actions
Original file line number Diff line number Diff line change 4545 " dist"
4646 ],
4747 "dependencies" : {
48- "axios" : " ^1.11.0 " ,
48+ "axios" : " ^1.12.2 " ,
4949 "fast-copy" : " ^3.0.2" ,
5050 "lodash-es" : " ^4.17.21" ,
5151 "p-throttle" : " ^8.0.0" ,
136136 "optionalDependencies" : {
137137 "@rollup/rollup-linux-x64-gnu" : " ^4.18.0"
138138 }
139- }
139+ }
You can’t perform that action at this time.
0 commit comments