Skip to content

Commit b7095a4

Browse files
Update codeql.yml
1 parent 2e7b2db commit b7095a4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
language: [go]
21+
language: [python]
2222

2323
steps:
2424
- uses: actions/checkout@v5
@@ -27,7 +27,5 @@ jobs:
2727
with:
2828
languages: ${{ matrix.language }}
2929

30-
- uses: github/codeql-action/autobuild@v4
31-
3230
- uses: github/codeql-action/analyze@v4
3331

0 commit comments

Comments
 (0)