From e88cb577df1ef62ce790f78b31dcafb94be2ae24 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 14 Jun 2024 17:52:54 -0700 Subject: [PATCH] Update "Vulnerability scanning" to add the actions: read permission. (flutter/engine#53409) --- engine/src/flutter/.github/workflows/third_party_scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/.github/workflows/third_party_scan.yml b/engine/src/flutter/.github/workflows/third_party_scan.yml index 2a18a3ed4db..b32a587f786 100644 --- a/engine/src/flutter/.github/workflows/third_party_scan.yml +++ b/engine/src/flutter/.github/workflows/third_party_scan.yml @@ -52,4 +52,5 @@ jobs: permissions: # Needed to upload the SARIF results to code-scanning dashboard. security-events: write + actions: read contents: read