Skip to content

build(deps): bump ansis from 3.5.2 to 3.9.0 #626

build(deps): bump ansis from 3.5.2 to 3.9.0

build(deps): bump ansis from 3.5.2 to 3.9.0 #626

Workflow file for this run

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