Skip to content

Bump pycryptodomex from 3.19.0 to 3.19.1 #101

Bump pycryptodomex from 3.19.0 to 3.19.1

Bump pycryptodomex from 3.19.0 to 3.19.1 #101

Workflow file for this run

name: pre-commit
on: pull_request
jobs:
pre-commit:
permissions:
checks: write
pull-requests: write
contents: write
if: "!contains(github.event.pull_request.labels.*.name, 'Community Support Level')"
uses: ./.github/workflows/pre-commit-reuse.yml
pre-commit-community-level:
permissions:
checks: write
pull-requests: write
contents: write
if: contains(github.event.pull_request.labels.*.name, 'Community Support Level')
uses: ./.github/workflows/pre-commit-reuse.yml