Skip to content

Commit 19914de

Browse files
authored
Merge pull request #232 from makeplane/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 12f335b + 596ae0a commit 19914de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check-format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [preview, master]
66

7+
permissions:
8+
contents: read
9+
710
concurrency:
811
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
912
cancel-in-progress: true

0 commit comments

Comments
 (0)