Skip to content

Commit 46cc64b

Browse files
authored
PYTHON-5047 Fix static scan in release process (#951)
1 parent 9cf395b commit 46cc64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
static-scan:
7272
needs: [pre-publish]
73-
uses: ./.github/workflows/codeql.yml
73+
uses: ./.github/workflows/codeql-python.yml
7474
with:
7575
ref: ${{ needs.pre-publish.outputs.version }}
7676

0 commit comments

Comments
 (0)