mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
build: harden golang-analysis.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
2d00514e22
commit
d0afd218e1
3
.github/workflows/golang-analysis.yml
vendored
3
.github/workflows/golang-analysis.yml
vendored
@ -1,6 +1,9 @@
|
||||
on: [push, pull_request]
|
||||
name: Go Checks
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user