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 a0d232b commit f1f4938Copy full SHA for f1f4938
.github/workflows/release-python.yml
@@ -59,6 +59,8 @@ jobs:
59
60
static-scan:
61
needs: [pre-publish]
62
+ permissions:
63
+ security-events: write
64
uses: ./.github/workflows/codeql.yml
65
with:
66
ref: ${{ needs.pre-publish.outputs.version }}
0 commit comments