Skip to content

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

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 #362

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@e4956615ad9a60a19b3bdb8fd40d91f65222f5ff # v3.84.1
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"