1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-08-23 13:38:13 +02:00

ci: set minimal permissions to GitHub workflows (#73)

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
This commit is contained in:
Diogo Teles Sant'Anna 2023-08-30 04:07:57 -03:00 committed by GitHub
parent b9c1fbdb96
commit 8a0bf06edf
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

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

View file

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