Skip to content

Commit 07d3459

Browse files
committed
fix zizmor
1 parent aec4004 commit 07d3459

File tree

8 files changed

+18
-1
lines changed

8 files changed

+18
-1
lines changed

.github/workflows/cron-nightly-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
workflow_dispatch: # allows manual triggering
66
env:
77
CARGO_TERM_COLOR: always
8+
9+
permissions: {}
10+
811
jobs:
912
format:
1013
name: Update nightly Rustc

.github/workflows/cron-zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
- cron: "0 0 * * *" # Run every day at midnight
66

7+
permissions: {}
8+
79
jobs:
810
zizmor:
911
name: zizmor latest via PyPI

.github/workflows/dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ env:
2525
</p>
2626
</details>
2727
28+
permissions: {}
29+
2830
jobs:
2931
update:
3032
name: Update

.github/workflows/lint-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
paths:
99
- ".github/**"
1010

11+
permissions: {}
12+
1113
jobs:
1214
actionlint:
1315
runs-on: ubuntu-latest

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111

12+
permissions: {}
13+
1214
jobs:
1315
clippy:
1416
name: Run clippy on crates
@@ -51,7 +53,7 @@ jobs:
5153
- uses: actions/checkout@v4
5254
with:
5355
persist-credentials: false
54-
56+
5557
- name: Cleanup space
5658
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
5759
- name: Install toolchains

.github/workflows/mutants.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.run_id }}
1414
cancel-in-progress: true
1515

16+
permissions: {}
17+
1618
jobs:
1719
mutants-test:
1820
name: Generate mutants on diff against default branch and test

.github/workflows/unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1616
cancel-in-progress: true
1717

18+
permissions: {}
19+
1820
jobs:
1921
test:
2022
name: Run unit tests and generate report

.github/workflows/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches: ["**"]
66

7+
permissions: {}
8+
79
jobs:
810
zizmor:
911
name: zizmor latest via PyPI

0 commit comments

Comments
 (0)