Skip to content

drop Python 3.9 support #486

drop Python 3.9 support

drop Python 3.9 support #486

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
permissions:
contents: read
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: detect secrets
uses: trufflesecurity/trufflehog@466da5b0bb161144f6afca9afe5d57975828c410 # v3.90.8
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"