Skip to content

Commit ea1cb34

Browse files
fixed C+P error
1 parent f2d4daf commit ea1cb34

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ jobs:
4444
# Python is an interpreted language so Autobuild is a no-op, but keeping
4545
# it here means the workflow works if compiled languages are added later.
4646
- name: Autobuild
47-
uses: github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
47+
uses: github/codeql-action/autobuild@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
4848

4949
- name: Perform CodeQL Analysis
5050
uses: github/codeql-action/analyze@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
5151
with:
5252
category: "/language:${{ matrix.language }}"
5353

54+
55+

0 commit comments

Comments
 (0)