File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : " Initialize CodeQL"
54- uses : " github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 " # v3.29.9
54+ uses : " github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 " # v3.29.11
5555 with :
5656 languages : " ${{ matrix.language }}"
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6161 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - name : " Autobuild"
64- uses : " github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2 " # v3.29.9
64+ uses : " github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 " # v3.29.11
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7474 # ./location_of_script_within_repo/buildscript.sh
7575
7676 - name : " Perform CodeQL Analysis"
77- uses : " github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 " # v3.29.9
77+ uses : " github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 " # v3.29.11
7878 with :
7979 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3333 EMAIL : " github-actions[bot]@users.noreply.github.com"
3434
3535 - name : " Dependency Review"
36- uses : " actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 " # v4.7.1
36+ uses : " actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b " # v4.7.3
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ jobs:
332332 - name : " Use Node.js 22.x"
333333 uses : " actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020" # v4.4.0
334334 with :
335- node-version : " 22.18 .0"
335+ node-version : " 22.19 .0"
336336 cache : " pnpm"
337337
338338 - name : " Verify the integrity of provenance attestations and registry signatures for installed dependencies"
Original file line number Diff line number Diff line change 7373
7474 # Upload the results to GitHub's code scanning dashboard.
7575 - name : " Upload to code-scanning"
76- uses : " github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 " # v3.29.9
76+ uses : " github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 " # v3.29.11
7777 with :
7878 sarif_file : " results.sarif"
You can’t perform that action at this time.
0 commit comments