Skip to content

build(deps-dev): bump @babel/traverse from 7.16.7 to 7.23.2 #82

build(deps-dev): bump @babel/traverse from 7.16.7 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.16.7 to 7.23.2 #82

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