From 1cc74f33c816c9f810ec48aa81ac3bd49556a654 Mon Sep 17 00:00:00 2001 From: Jan Schulte Date: Mon, 18 Mar 2024 17:01:13 -0400 Subject: [PATCH] add permissions: actions: read According to https://github.com/github/codeql-action/issues/2117 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d18dd30..e314b46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,6 @@ name: build +permissions: + actions: read on: push: branches: