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 @@ -348,7 +348,7 @@ jobs:
348348 # SECURITY RESULTS INTEGRATION
349349 # Uploads scan results to GitHub Security tab for centralized management
350350 - name : Upload Trivy scan results
351- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
351+ uses : github/codeql-action/upload-sarif@c503cb4fbb5ac9c4ff92454b2613f5bf931403e5 # v3
352352 with :
353353 sarif_file : trivy-results.sarif
354354
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103103 # CODEQL INITIALIZATION
104104 # Configures language-specific analysis parameters
105105 - name : Initialize CodeQL
106- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
106+ uses : github/codeql-action/init@c503cb4fbb5ac9c4ff92454b2613f5bf931403e5 # v3
107107 with :
108108 languages : ${{ matrix.language }}
109109 build-mode : ${{ matrix.build-mode }}
110110
111111 # SECURITY ANALYSIS EXECUTION
112112 # Performs comprehensive static analysis with categorized results
113113 - name : Perform CodeQL Analysis
114- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
114+ uses : github/codeql-action/analyze@c503cb4fbb5ac9c4ff92454b2613f5bf931403e5 # v3
115115 with :
116116 category : /language:${{matrix.language}}
117117
You can’t perform that action at this time.
0 commit comments