Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 #368

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 #368

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: detect secrets
uses: trufflesecurity/trufflehog@ddc015e5ed99942b2253d8ea16a0586a01ef2ab1 # v3.88.0
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"