Skip to content

chore(deps-dev): bump @protobuf-ts/plugin-framework #44

chore(deps-dev): bump @protobuf-ts/plugin-framework

chore(deps-dev): bump @protobuf-ts/plugin-framework #44

Workflow file for this run

name: GitLeaks Scan
on:
pull_request:
push:
workflow_dispatch:
schedule:
- cron: "12 4 * * *" # run once a day at 4:12 AM
concurrency:
group: gitleaks-${{ github.ref }}
cancel-in-progress: false
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Uncomment if using in an organization