Skip to content

Commit c372bb1

Browse files
ci: pin github/codeql-action suite to v3.29.2
Ticket: DO-14230
1 parent 6ef8a3d commit c372bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
ref: ${{ github.sha }}
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
3535
continue-on-error: true
3636
with:
3737
languages: ${{ matrix.language }}
3838
queries: security-extended,security-and-quality
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v3
41+
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4242
continue-on-error: true
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v3
45+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4646
continue-on-error: true
4747
with:
4848
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)