mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Restrict workflow permissions
This commit is contained in:
parent
44c945f45d
commit
47feda6ae4
3 changed files with 18 additions and 57 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue