Skip to content

Commit

Permalink
Add emptyp permission blocks
Browse files Browse the repository at this point in the history
As requested by zizmor.
  • Loading branch information
oschwald committed Jan 23, 2025
1 parent b8f93b4 commit e347c67
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/address-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
schedule:
- cron: '13 15 * * SUN'

permissions: {}

jobs:
build:
name: Address Sanitizer
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '3 15 * * SUN'

permissions: {}

jobs:
clang-analyzer:
name: Clang Static Analysis
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
schedule:
- cron: '0 18 * * 0'

permissions: {}

jobs:
CodeQL-Build:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
types:
- published

permissions: {}

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-libmaxminddb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '3 15 * * SUN'

permissions: {}

jobs:
build:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '3 15 * * SUN'

permissions: {}

jobs:
build:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: ["**"]

permissions: {}

jobs:
zizmor:
name: zizmor latest via PyPI
Expand Down

0 comments on commit e347c67

Please sign in to comment.