File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v6
2626
2727 - name : Set Node.js 24.x
28- uses : actions/setup-node@v6.3 .0
28+ uses : actions/setup-node@v6.4 .0
2929 with :
3030 node-version : 24.x
3131
4646 id : diff
4747
4848 # If index.js was different than expected, upload the expected version as an artifact
49- - uses : actions/upload-artifact@v7.0.0
49+ - uses : actions/upload-artifact@v7.0.1
5050 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5151 with :
5252 name : dist
Original file line number Diff line number Diff line change 4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v4.34.1
45+ uses : github/codeql-action/init@v4.35.2
4646 with :
4747 languages : ${{ matrix.language }}
4848 source-root : src
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@v4.34.1
57+ uses : github/codeql-action/autobuild@v4.35.2
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 https://git.io/JvXDl
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v4.34.1
71+ uses : github/codeql-action/analyze@v4.35.2
Original file line number Diff line number Diff line change 4242 "devDependencies" : {
4343 "@eslint/compat" : " ^2.0.3" ,
4444 "@eslint/eslintrc" : " ^3.3.1" ,
45- "@eslint/js" : " ^9 .0.0" ,
45+ "@eslint/js" : " ^10 .0.0" ,
4646 "@rollup/plugin-commonjs" : " ^29.0.0" ,
4747 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
4848 "@rollup/plugin-typescript" : " ^12.1.4" ,
5151 "@typescript-eslint/eslint-plugin" : " ^8.40.0" ,
5252 "@typescript-eslint/parser" : " ^8.40.0" ,
5353 "@vercel/ncc" : " ^0.38.2" ,
54- "eslint" : " ^9 .0.0" ,
54+ "eslint" : " ^10 .0.0" ,
5555 "eslint-plugin-github" : " ^6.0.0" ,
5656 "eslint-plugin-import" : " ^2.32.0" ,
5757 "eslint-plugin-jest" : " ^29.0.0" ,
6464 "rollup" : " ^4.48.1" ,
6565 "ts-jest" : " ^29.4.1" ,
6666 "ts-jest-resolver" : " ^2.0.1" ,
67- "typescript" : " ~5.9.3 "
67+ "typescript" : " ~6.0.0 "
6868 }
6969}
You can’t perform that action at this time.
0 commit comments