Skip to content

Commit 30d2a7e

Browse files
authored
chore(ci): enable actions scanning with codeql (#2096)
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent 4d95eb5 commit 30d2a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: ["go"]
22+
language: ["go", "actions"]
2323

2424
steps:
2525
- name: Checkout repository
@@ -32,17 +32,17 @@ jobs:
3232
if: ${{ matrix.language == 'go' }}
3333

3434
- name: Initialize the CodeQL tools for scanning
35-
uses: github/codeql-action/init@v3
35+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3636
with:
3737
languages: ${{ matrix.language }}
3838
timeout-minutes: 5
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v3
41+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
4242
timeout-minutes: 10
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v3
45+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
4646
with:
4747
category: "/language:${{matrix.language}}"
4848
timeout-minutes: 10

0 commit comments

Comments
 (0)