Skip to content

Bump actions/setup-python from 5 to 6 #2

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #2

Workflow file for this run

name: secret-scan
on:
pull_request:
push:
branches:
- main
- "codex/**"
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}