Skip to content

build(deps): bump github/codeql-action/init from 3.37.0 to 4.37.8 #48

build(deps): bump github/codeql-action/init from 3.37.0 to 4.37.8

build(deps): bump github/codeql-action/init from 3.37.0 to 4.37.8 #48

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 }}