mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
apply explicit permissions as per CodeQL suggestion
as per rule ID actions/missing-workflow-permissions
This commit is contained in:
@@ -18,6 +18,10 @@ on:
|
||||
schedule:
|
||||
- cron: '28 22 * * 5'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
Reference in New Issue
Block a user