Skip to content

Commit

Permalink
ci: add top-level permissions (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 20, 2024
1 parent b344f5d commit f79b011
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
schedule:
- cron: '31 7 * * 3'

permissions: {}

jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- edited
- synchronize

permissions: {}

jobs:
validate:
name: Validate PR title
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:

name: release-please

permissions: {}

jobs:
release-please:
if: github.repository_owner == '4m-mazi'
Expand Down

0 comments on commit f79b011

Please sign in to comment.