Skip to content

Commit

Permalink
GitHub Workflows security hardening (#4290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Sep 20, 2022
1 parent b5e4157 commit aa84678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-ecosystem-order.yml
Expand Up @@ -14,6 +14,9 @@ on:
paths:
- "**/Ecosystem.md"

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:
name: Lint Ecosystem Order
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/md-lint.yml
Expand Up @@ -14,6 +14,9 @@ on:
paths:
- "**/*.md"

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:
name: Lint Markdown
Expand Down

0 comments on commit aa84678

Please sign in to comment.