1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-18 05:00:03 +02:00

ci: set minimal permissions to GitHub workflows

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
This commit is contained in:
Diogo Teles Sant'Anna 2023-08-29 18:33:45 +00:00
parent b9c1fbdb96
commit 33f3e81580
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,10 @@ on:
push:
branches:
- master
permissions:
contents: read
jobs:
test:
strategy:

View file

@ -1,6 +1,10 @@
name: LSIF
on:
- push
permissions:
contents: read
jobs:
lsif-go:
runs-on: ubuntu-latest