Skip to content

Commit 16f19ae

Browse files
Copilotatuchin-m
andauthored
Add explicit permissions to semver-checks workflow (#570)
* Add permissions declaration to semver-checks workflow Co-authored-by: atuchin-m <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: atuchin-m <[email protected]>
1 parent f275dd7 commit 16f19ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/semver-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
semver-checks:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)