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:
348
348
# SECURITY RESULTS INTEGRATION
349
349
# Uploads scan results to GitHub Security tab for centralized management
350
350
- name : Upload Trivy scan results
351
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
351
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
352
352
with :
353
353
sarif_file : trivy-results.sarif
354
354
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103
103
# CODEQL INITIALIZATION
104
104
# Configures language-specific analysis parameters
105
105
- name : Initialize CodeQL
106
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
106
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
107
107
with :
108
108
languages : ${{ matrix.language }}
109
109
build-mode : ${{ matrix.build-mode }}
110
110
111
111
# SECURITY ANALYSIS EXECUTION
112
112
# Performs comprehensive static analysis with categorized results
113
113
- name : Perform CodeQL Analysis
114
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
114
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
115
115
with :
116
116
category : /language:${{matrix.language}}
117
117
You can’t perform that action at this time.
0 commit comments