Skip to content

Commit e982b34

Browse files
Copilotbenkutil
andcommitted
fix: add explicit permissions to GitHub Actions workflows
Co-authored-by: benkutil <228373+benkutil@users.noreply.github.com>
1 parent d756297 commit e982b34

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/accessibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
accessibility:
1111
name: Accessibility Testing
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315

1416
steps:
1517
- name: Checkout code

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
quality:
1111
name: Linting and Build
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315

1416
steps:
1517
- name: Checkout code

0 commit comments

Comments
 (0)