diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 5feb0d1abf..cee222d109 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -72,6 +72,7 @@ jobs: permissions: id-token: write contents: write + attestations: write security-events: write steps: - uses: mongodb-labs/drivers-github-tools/secure-checkout@v2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29e5b809b1..6e2b497e59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,14 +75,11 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.0 + rev: 0.29.0 hooks: - - id: check-jsonschema - name: "Check GitHub Workflows" - files: ^\.github/workflows/ - types: [yaml] - args: ["--schemafile", "https://json.schemastore.org/github-workflow"] - stages: [manual] + - id: check-github-workflows + - id: check-github-actions + - id: check-dependabot - repo: https://github.com/ariebovenberg/slotscheck rev: v0.19.0