We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf395b commit 46cc64bCopy full SHA for 46cc64b
.github/workflows/release-python.yml
@@ -70,7 +70,7 @@ jobs:
70
71
static-scan:
72
needs: [pre-publish]
73
- uses: ./.github/workflows/codeql.yml
+ uses: ./.github/workflows/codeql-python.yml
74
with:
75
ref: ${{ needs.pre-publish.outputs.version }}
76
0 commit comments