Skip to content

Commit 72e68b7

Browse files
authored
PYTHON-4541 Add attestations for Python Releases (#296)
1 parent feb49a8 commit 72e68b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
permissions:
7171
id-token: write
7272
contents: write
73+
attestations: write
7374
security-events: write
7475
steps:
7576
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ repos:
6565
stages: [manual]
6666

6767
- repo: https://github.com/sirosen/check-jsonschema
68-
rev: 0.27.0
68+
rev: 0.29.0
6969
hooks:
70-
- id: check-jsonschema
71-
name: "Check GitHub Workflows"
72-
files: ^\.github/workflows/
73-
types: [yaml]
74-
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
70+
- id: check-github-workflows
71+
- id: check-github-actions
72+
- id: check-dependabot
7573

7674
- repo: https://github.com/ariebovenberg/slotscheck
7775
rev: v0.17.0

0 commit comments

Comments
 (0)