Skip to content

Build(deps-dev): bump ruff from 0.15.21 to 0.16.1 #21

Build(deps-dev): bump ruff from 0.15.21 to 0.16.1

Build(deps-dev): bump ruff from 0.15.21 to 0.16.1 #21

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "41 5 * * 1"
workflow_dispatch:
permissions:
contents: read
pull-requests: read
concurrency:
group: secret-scan-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out full history
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: Scan repository history
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}