Skip to content

Commit

Permalink
PYTHON-5047 Fix static scan in release process (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 6, 2025
1 parent 9cf395b commit 46cc64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

static-scan:
needs: [pre-publish]
uses: ./.github/workflows/codeql.yml
uses: ./.github/workflows/codeql-python.yml
with:
ref: ${{ needs.pre-publish.outputs.version }}

Expand Down

0 comments on commit 46cc64b

Please sign in to comment.