mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[fix] fix security.yml workflow (#4735)
Uploading SARIFs needs to write into the repository GitHub security tab
This commit is contained in:
parent
7ca24eee45
commit
5451ab243a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/security.yml
vendored
3
.github/workflows/security.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue