File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
41+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4242 with :
4343 languages : javascript
4444 # If you wish to specify custom queries, you can do so here or in a config file.
6161 # ./location_of_script_within_repo/buildscript.sh
6262
6363 - name : Perform CodeQL Analysis
64- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
64+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
6565 with :
6666 category : " /language:javascript"
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
71+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments