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 48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
51
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
52
52
with :
53
53
languages : ${{ matrix.language }}
54
54
build-mode : ${{ matrix.build-mode }}
76
76
exit 1
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
79
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
80
80
with :
81
81
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : Upload to code-scanning
65
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
65
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
66
66
with :
67
67
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments