Skip to content

Commit 4ecbf97

Browse files
Fix security issue: Add explicit permissions to GitHub Actions workflow
Co-authored-by: dev-testing-code <77578623+dev-testing-code@users.noreply.github.com>
1 parent 4aa51f3 commit 4ecbf97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
validate:
1212
name: Validate README and Links
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
1416

1517
steps:
1618
- name: Checkout repository

0 commit comments

Comments
 (0)