Skip to content

Commit 7d7141e

Browse files
committed
build: pin to full length commit SHA
1 parent 044f986 commit 7d7141e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165
# Initialize CodeQL tools for scanning:
166166
- name: 'Initialize CodeQL'
167167

168-
# FIXME: pin action to full length commit SHA
169-
uses: github/codeql-action/init@v2
168+
# Pin action to full length commit SHA
169+
uses: github/codeql-action/init@382a50a0284c0de445104889a9d6003acb4b3c1d # v2.15.4
170170

171171
with:
172172
languages: ${{ matrix.language }}
@@ -177,7 +177,7 @@ jobs:
177177
# Perform CodeQL analysis:
178178
- name: 'Perform CodeQL Analysis'
179179

180-
# FIXME: pin action to full length commit SHA
181-
uses: github/codeql-action/analyze@v2
180+
# Pin action to full length commit SHA
181+
uses: github/codeql-action/analyze@382a50a0284c0de445104889a9d6003acb4b3c1d # v2.15.4
182182
with:
183183
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)