Skip to content

Commit e1c67be

Browse files
authored
security: updated permissions (#147)
* security: updated test permissions * Update codacy-analysis.yml
1 parent b384ae6 commit e1c67be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
name: Codacy Security Scan
1010

11+
permissions:
12+
contents: read
13+
1114
on:
1215
push:
1316
branches: [ main ]

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
permissions:
4+
contents: read
5+
36
on:
47
release:
58
types:

0 commit comments

Comments
 (0)