Skip to content

Commit 8633c61

Browse files
archigupAniruddhaKanhere
authored andcommitted
Reduce workflow permissions scope
1 parent 47124bc commit 8633c61

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/executableMonitorTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: [main, v2]
88
workflow_dispatch:
99

10+
permissions: {}
11+
1012
env:
1113
# The bash escape character is \033
1214
bashPass: \033[32;1mPASSED -

.github/workflows/formattingTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: [main,v2]
88
workflow_dispatch:
99

10+
permissions: {}
11+
1012
env:
1113
# The bash escape character is \033
1214
bashPass: \033[32;1mPASSED -

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main, v2]
66
workflow_dispatch:
77

8+
permissions: {}
9+
810
env:
911
# The bash escape character is \033
1012
bashPass: \033[32;1mPASSED -

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: [main,v2]
88
workflow_dispatch:
99

10+
permissions: {}
11+
1012
env:
1113
# The bash escape character is \033
1214
bashPass: \033[32;1mPASSED -

0 commit comments

Comments
 (0)