Skip to content

build(deps): bump @babel/traverse from 7.22.6 to 7.28.0 #213

build(deps): bump @babel/traverse from 7.22.6 to 7.28.0

build(deps): bump @babel/traverse from 7.22.6 to 7.28.0 #213

Workflow file for this run

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