From 33d22ddbce4e64dd4d65dac0faf46c2f5cf81cc0 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 14 Jun 2024 15:49:23 -0700 Subject: [PATCH] Update "Vulnerability scanning" to add the actions: read permission. --- .github/workflows/third_party_scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/third_party_scan.yml b/.github/workflows/third_party_scan.yml index 2a18a3ed4db25..b32a587f78683 100644 --- a/.github/workflows/third_party_scan.yml +++ b/.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