diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-08 17:13:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 17:13:07 +0200 |
| commit | 5451ab243a397257f1d68b1050bd519017fc6e77 (patch) | |
| tree | 5cf8310c1fe740823be570cfed2ecefe87136194 /.github/workflows/security.yml | |
| parent | 7ca24eee450885906bf25d5a104f866bee95fbbd (diff) | |
[fix] fix security.yml workflow (#4735)
Uploading SARIFs needs to write into the repository GitHub security tab
Diffstat (limited to '.github/workflows/security.yml')
| -rw-r--r-- | .github/workflows/security.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |