We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a7c6a1 + ac0550b commit 064e1adCopy full SHA for 064e1ad
.github/workflows/CI.yml
@@ -276,6 +276,11 @@ 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
+ # needed for sarif report upload
281
+ security-events: write
282
+ # needed for pushing to registry
283
+ packages: write
284
runs-on: ubuntu-latest
285
strategy:
286
fail-fast: false
@@ -377,6 +382,9 @@ jobs:
377
382
378
383
needs:
379
384
- build-image
385
386
387
380
388
steps:
381
389
- name: Download digests
390
uses: actions/download-artifact@v4
0 commit comments