File tree Expand file tree Collapse file tree 3 files changed +553
-571
lines changed
Expand file tree Collapse file tree 3 files changed +553
-571
lines changed Original file line number Diff line number Diff line change 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
37+ uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
4747 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4848 # If this step fails, then you should remove it and run the build manually (see below)
4949 - name : Autobuild
50- uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
50+ uses : github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
5151
5252 # ℹ️ Command-line programs to run using the OS shell.
5353 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6060 # ./location_of_script_within_repo/buildscript.sh
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
63+ uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
Original file line number Diff line number Diff line change 105105 "esbuild" : " ^0.27.0" ,
106106 "eslint" : " ^9.39.2" ,
107107 "eslint-plugin-react" : " ^7.37.2" ,
108- "globals" : " ^16 .0.0" ,
108+ "globals" : " ^17 .0.0" ,
109109 "happy-dom" : " ^20.0.11" ,
110110 "jsdom" : " ^27.3.0" ,
111111 "playwright" : " ^1.57.0" ,
You can’t perform that action at this time.
0 commit comments