Skip to content

Bump actions/setup-python from 6.0.0 to 6.1.0 (#512) #531

Bump actions/setup-python from 6.0.0 to 6.1.0 (#512)

Bump actions/setup-python from 6.0.0 to 6.1.0 (#512) #531

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: detect secrets
uses: trufflesecurity/trufflehog@aade3bff5594fe8808578dd4db3dfeae9bf2abdc # v3.91.1
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"