[fix] fix security.yml workflow

Uploading SARIFs needs to write into the repository GitHub security tab
This commit is contained in:
Ivan Gabaldon 2025-05-08 16:27:13 +02:00
parent c6a70782b2
commit 209f3cc577
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

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