Skip to content

Commit e37603b

Browse files
Fix GitHub Actions security - add explicit permissions
Co-authored-by: AmedeoPelliccia <164860269+AmedeoPelliccia@users.noreply.github.com>
1 parent e0ec00c commit e37603b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nomenclature-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Validate File Nomenclature
1313

14+
permissions:
15+
contents: read
16+
1417
steps:
1518
- name: Checkout repository
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)