From 5451ab243a397257f1d68b1050bd519017fc6e77 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 8 May 2025 17:13:07 +0200 Subject: [PATCH] [fix] fix security.yml workflow (#4735) Uploading SARIFs needs to write into the repository GitHub security tab --- .github/workflows/security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 81f4be4ce..d10d0c98b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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