mirror of
https://github.com/google/go-attestation.git
synced 2025-03-06 04:41:45 +00:00
Fix CodeSQL permissions take 2 (#413)
Some checks are pending
Some checks are pending
This commit is contained in:
parent
7d4525c388
commit
c5d6b1e758
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: "CodeQL"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -3,10 +3,6 @@ on:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
# 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
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user