From c7e83425a3f7fc869edbb93286bc3b5dc23eb43d Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Fri, 23 Feb 2024 13:01:05 +0100 Subject: [PATCH] workflows: Enable code annotations --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1478f003..0c5eccb3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,11 @@ on: branches: [ main ] pull_request: { } +permissions: + contents: read + pull-requests: read + checks: write + jobs: go: runs-on: ubuntu-latest