File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 persist-credentials : false
9595
9696 - name : Setup Node.js ${{ matrix.node-version }}
97- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
97+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
9898 with :
9999 node-version : ${{ matrix.node-version }}
100100 cache : npm
@@ -177,7 +177,7 @@ jobs:
177177 persist-credentials : false
178178
179179 - name : Setup Node.js 25.x
180- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
180+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
181181 with :
182182 node-version : 25.x
183183 cache : npm
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
53+ uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
5454 with :
5555 languages : ${{ matrix.language }}
5656
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
60+ uses : github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
6161
6262 # ℹ️ Command-line programs to run using the OS shell.
6363 # 📚 https://git.io/JvXDl
7171 # make release
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
74+ uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : Setup Node.js
33- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
33+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 cache : npm
Original file line number Diff line number Diff line change 7272 persist-credentials : false
7373
7474 - name : Setup Node.js ${{ matrix.node }}
75- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
75+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
7676 with :
7777 node-version : ${{ matrix.node }}
7878 cache : npm
Original file line number Diff line number Diff line change 9090 # Upload the results to GitHub's code scanning dashboard (optional).
9191 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
9292 - name : " Upload to code-scanning"
93- uses : github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
93+ uses : github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
9494 with :
9595 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2121 with :
2222 ref : ${{ github.event.release.tag_name }}
2323 persist-credentials : false
24- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
24+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2525 with :
2626 node-version : 22
2727 - run : npm ci --ignore-scripts
You can’t perform that action at this time.
0 commit comments