File tree Expand file tree Collapse file tree 7 files changed +285
-27
lines changed Expand file tree Collapse file tree 7 files changed +285
-27
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 # Initializes the CodeQL tools for scanning.
2121 - name : Initialize CodeQL
22- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
22+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
2323 with :
2424 languages : typescript
2525 # If you wish to specify custom queries, you can do so here or in a config file.
2929 # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3030 # queries: security-extended,security-and-quality
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
32+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Find Comment
19- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1 .0
19+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0 .0
2020 id : findComment
2121 with :
2222 issue-number : ${{ github.event.issue.number }}
2525
2626 - name : Create comment
2727 if : ${{ steps.findComment.outputs.comment-id == '' && contains(github.event.label.name, 'unknown') }}
28- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
28+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
2929 with :
3030 issue-number : ${{ github.event.issue.number }}
3131 body : |
3939
4040 - name : Update comment
4141 if : ${{ steps.findComment.outputs.comment-id != '' && contains(github.event.label.name, 'priority') }}
42- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
42+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
4343 with :
4444 comment-id : ${{ steps.findComment.outputs.comment-id }}
4545 body : |
Original file line number Diff line number Diff line change 4040 publish_results : true
4141 # Upload the results to GitHub's code scanning dashboard.
4242 - name : Upload to code-scanning
43- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
43+ uses : github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
4444 with :
4545 sarif_file : results.sarif
Original file line number Diff line number Diff line change 7373 "@inquirer/prompts" : " ^7.8.6" ,
7474 "@mui/internal-babel-plugin-display-name" : " ^1.0.4-canary.7" ,
7575 "@mui/internal-bundle-size-checker" : " ^1.0.9-canary.48" ,
76- "@mui/internal-code-infra" : " ^0.0.3-canary.23 " ,
76+ "@mui/internal-code-infra" : " ^0.0.3-canary.24 " ,
7777 "@mui/internal-markdown" : " ^2.0.6" ,
7878 "@mui/internal-test-utils" : " catalog:" ,
7979 "@mui/material" : " catalog:" ,
110110 "danger" : " ^13.0.4" ,
111111 "date-fns-jalali-v2" :
" npm:[email protected] " ,
112112 "date-fns-v2" :
" npm:[email protected] " ,
113+ "es-toolkit" : " ^1.4.0" ,
113114 "esbuild" : " ^0.25.10" ,
114115 "eslint" : " ^9.36.0" ,
115116 "eslint-import-resolver-webpack" : " ^0.13.10" ,
121122 "globby" : " ^14.1.0" ,
122123 "jsdom" : " 26.1.0" ,
123124 "lerna" : " ^9.0.0" ,
125+ "lodash" : " ^4.17.21" ,
124126 "magic-string" : " ^0.30.19" ,
125127 "markdownlint-cli2" : " ^0.18.1" ,
126128 "moment" : " catalog:" ,
Original file line number Diff line number Diff line change 3232 "@fingerprintjs/fingerprintjs" : " ^3.4.2" ,
3333 "ci-info" : " ^4.3.0" ,
3434 "conf" : " ^11.0.2" ,
35- "is-docker" : " ^3 .0.0" ,
35+ "is-docker" : " ^4 .0.0" ,
3636 "node-machine-id" : " ^1.1.12"
3737 },
3838 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments