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 4343 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
46+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4747 with :
4848 languages : ${{ matrix.language }}
4949 build-mode : ${{ matrix.build-mode }}
@@ -106,6 +106,6 @@ jobs:
106106 ninja -j 16
107107
108108 - name : Perform CodeQL Analysis
109- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
109+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
110110 with :
111111 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6666
6767 # Upload the results to GitHub's code scanning dashboard.
6868 - name : " Upload to code-scanning"
69- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
69+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
7070 with :
7171 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments