Skip to content

Commit

Permalink
Don't use default permissions (zizmor)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 21, 2025
1 parent 9dcc8b7 commit 419a781
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-newsfragment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Check newsfragment

permissions: {}

on:
pull_request:
types: [labeled, unlabeled, opened, synchronize]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI

permissions: {}

on:
push:
branches-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
tags:
- v*

permissions: {}

# a lot of code taken from https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
jobs:
build:
Expand Down

0 comments on commit 419a781

Please sign in to comment.