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 71
71
72
72
# Initializes the CodeQL tools for scanning.
73
73
- name : Initialize CodeQL
74
- uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
74
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
75
75
with :
76
76
languages : ${{ matrix.language }}
77
77
# If you wish to specify custom queries, you can do so here or in a config file.
96
96
# ./location_of_script_within_repo/buildscript.sh
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
99
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
100
100
with :
101
101
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 74
74
75
75
# Upload the results to GitHub's code scanning dashboard.
76
76
- name : " Upload to code-scanning"
77
- uses : github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # tag=v2
77
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # tag=v2
78
78
with :
79
79
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments