Skip to content

Commit 756f584

Browse files
committed
address automated review
1 parent 464808a commit 756f584

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ env:
1919
jobs:
2020
static:
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: read
2224
steps:
2325
- uses: actions/checkout@v4
2426
with:
@@ -36,6 +38,8 @@ jobs:
3638
- run: just doctest
3739
build:
3840
runs-on: ubuntu-latest
41+
permissions:
42+
contents: read
3943
strategy:
4044
matrix:
4145
python-version: ["3.10", "3.11", "3.12", "3.13"]
@@ -60,6 +64,8 @@ jobs:
6064

6165
build-min:
6266
runs-on: ubuntu-latest
67+
permissions:
68+
contents: read
6369
steps:
6470
- uses: actions/checkout@v4
6571
with:

.github/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ rules:
33
config:
44
policies:
55
actions/*: ref-pin
6-
mongodb-labs/drivers-github-tools: ref-pin
7-
"*": hash-pin
6+
mongodb-labs/drivers-github-tools/*: ref-pin
7+
mongodb-labs/drivers-evergreen-tools: ref-pin

0 commit comments

Comments
 (0)