Skip to content

Commit 640c74a

Browse files
sashashurayaacovCR
authored andcommitted
GitHub Workflows security hardening (graphql#3751)
1 parent aab9fcf commit 640c74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mutation-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 0 * * *' # run once every day at 00:00 UTC
6+
permissions:
7+
contents: read # to fetch code (actions/checkout)
68
jobs:
79
lint:
810
name: Run mutation testing

0 commit comments

Comments
 (0)