mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Restrict workflow permissions
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
schedule:
|
||||
- cron: '0 7 * * 4'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
security-events: write
|
||||
|
||||
jobs:
|
||||
analyse:
|
||||
name: Analyse
|
||||
|
||||
Reference in New Issue
Block a user