Skip to content

build(deps): bump actions/checkout from 6 to 6.0.2 (#341) #524

build(deps): bump actions/checkout from 6 to 6.0.2 (#341)

build(deps): bump actions/checkout from 6 to 6.0.2 (#341) #524

Workflow file for this run

name: gitleaks
on: [push,pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: gitleaks-action
uses: zricethezav/gitleaks-action@v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}