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.
2 parents 3a7c6a1 + e4a4eb9 commit fe05decCopy full SHA for fe05dec
.github/workflows/CI.yml
@@ -276,6 +276,9 @@ jobs:
276
name: Build Docker image
277
if: github.event_name == 'push' || contains(github.event.*.labels.*.name, 'dependencies')
278
needs: [build_linux_wheels]
279
+ permissions:
280
+ security-events: write # sarif
281
+ packages: write # registry
282
runs-on: ubuntu-latest
283
strategy:
284
fail-fast: false
0 commit comments