Skip to content

Commit 1169be7

Browse files
authored
set explicit permissions for GitHub workflows - soundness.yml (#168)
Signed-off-by: Melissa Kilby <[email protected]>
1 parent 22efd84 commit 1169be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/soundness.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ on:
8080
description: "Linux command to execute before building the Swift package"
8181
default: ""
8282

83+
permissions:
84+
contents: read
85+
8386
## We are cancelling previously triggered workflow runs
8487
concurrency:
8588
group: ${{ github.workflow }}-${{ github.ref }}-soundness

0 commit comments

Comments
 (0)