Browse Source

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

Uploading SARIFs needs to write into the repository GitHub security tab
Ivan Gabaldon 4 days ago
parent
commit
5451ab243a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/security.yml

+ 3 - 0
.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