mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
apply explicit permissions as per CodeQL suggestion
as per rule ID actions/missing-workflow-permissions
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
Composer:
|
||||
|
||||
Reference in New Issue
Block a user