Skip to content

[dependency](deps): Bump the npm-all group in /electron-app with 146 updates #887

[dependency](deps): Bump the npm-all group in /electron-app with 146 updates

[dependency](deps): Bump the npm-all group in /electron-app with 146 updates #887

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
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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
concurrency:
group: gitleaks-${{ github.ref }}
cancel-in-progress: false