Skip to content

build(deps): bump actions/checkout from 4.3.1 to 7.0.1 #50

build(deps): bump actions/checkout from 4.3.1 to 7.0.1

build(deps): bump actions/checkout from 4.3.1 to 7.0.1 #50

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
with:
fetch-depth: 0
- name: Scan repository history
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}