Merge pull request #4202 from kolyshkin/golangci-annot

ci/golangci-lint: add checks permission
This commit is contained in:
Mrunal Patel
2024-02-14 11:05:21 -08:00
committed by GitHub
+1
View File
@@ -25,6 +25,7 @@ jobs:
permissions:
contents: read
pull-requests: read
checks: write # to allow the action to annotate code in the PR.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4