File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 path : results.sarif
5252
5353 - name : Upload SARIF file
54- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
54+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
5555 with :
5656 sarif_file : results.sarif
5757 category : actions-zizmor
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
42+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4343 with :
4444 languages : ${{ matrix.language }}
4545 build-mode : none
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
48+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4949 with :
5050 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4848 # Upload the results to GitHub's code scanning dashboard (optional).
4949 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
51+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
5252 with :
5353 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments