Skip to content

Commit c2ad885

Browse files
chore(deps): update github/codeql-action digest to 76621b6
1 parent 8cd2837 commit c2ad885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
352352
with:
353353
sarif_file: trivy-results.sarif
354354

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
115115
with:
116116
category: /language:${{matrix.language}}
117117

0 commit comments

Comments
 (0)