Skip to content

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 #604

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 #604

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