mirror of
https://github.com/google/go-attestation.git
synced 2025-05-31 22:40:49 +00:00
Fix CodeSQL permissions (#412)
This commit is contained in:
parent
dce70c6163
commit
7d4525c388
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -3,6 +3,10 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
# Workaround for SHA1 on Go 1.18. There are some kinks to be worked out. See
|
# Workaround for SHA1 on Go 1.18. There are some kinks to be worked out. See
|
||||||
# the tracking issue for more info: https://github.com/golang/go/issues/41682
|
# the tracking issue for more info: https://github.com/golang/go/issues/41682
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user