[fix] fix security.yml workflow (#4735)

Uploading SARIFs needs to write into the repository GitHub security tab
This commit is contained in:
Ivan Gabaldon 2025-05-08 17:13:07 +02:00 committed by GitHub
parent 7ca24eee45
commit 5451ab243a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,9 @@ jobs:
container: container:
name: Container name: Container
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm
permissions:
security-events: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4