File tree Expand file tree Collapse file tree 4 files changed +39
-18
lines changed
Expand file tree Collapse file tree 4 files changed +39
-18
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
26+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
32+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 1212 "@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
1313 "@angular/build" : " workspace:0.0.0-PLACEHOLDER" ,
1414 "@babel/core" : " 7.27.4" ,
15- "@babel/generator" : " 7.27.3 " ,
15+ "@babel/generator" : " 7.27.5 " ,
1616 "@babel/helper-annotate-as-pure" : " 7.27.3" ,
1717 "@babel/helper-split-export-declaration" : " 7.24.7" ,
1818 "@babel/plugin-transform-async-generator-functions" : " 7.27.1" ,
5858 "tslib" : " 2.8.1" ,
5959 "webpack" : " 5.99.9" ,
6060 "webpack-dev-middleware" : " 7.4.2" ,
61- "webpack-dev-server" : " 5.2.1 " ,
61+ "webpack-dev-server" : " 5.2.2 " ,
6262 "webpack-merge" : " 6.0.1" ,
6363 "webpack-subresource-integrity" : " 5.1.0"
6464 },
Original file line number Diff line number Diff line change 2323 "@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
2424 "@ngtools/webpack" : " workspace:0.0.0-PLACEHOLDER" ,
2525 "webpack" : " 5.99.9" ,
26- "webpack-dev-server" : " 5.2.1 "
26+ "webpack-dev-server" : " 5.2.2 "
2727 },
2828 "peerDependencies" : {
2929 "webpack" : " ^5.30.0" ,
You can’t perform that action at this time.
0 commit comments