Skip to content

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group #375

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group #375

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