File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}}"
You can’t perform that action at this time.
0 commit comments