Skip to content

Commit 1b2eed2

Browse files
committed
Add empty permission blocks
As requested by zizmor.
1 parent a5f6f69 commit 1b2eed2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/clang-addresssanitizer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '53 3 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012
addresssanitizer:
1113
name: Clang AddressSanitizer

.github/workflows/clang-analyzer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '45 3 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012
run:
1113
name: "Clang Static Analysis"

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '45 3 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012
run:
1113
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '45 3 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012
run:
1113
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)