Skip to content

chore(deps): update dependency typescript to v5 #1147

chore(deps): update dependency typescript to v5

chore(deps): update dependency typescript to v5 #1147

Workflow file for this run

name: gitleaks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: gitleaks-action
uses: zricethezav/gitleaks-action@v1.6.0