From 209f3cc57728f9d02ee0aba67eed71ecd4389564 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 8 May 2025 16:27:13 +0200 Subject: [PATCH] [fix] fix security.yml workflow 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