Skip to content

Update TypeORM to the latest version #930

Update TypeORM to the latest version

Update TypeORM to the latest version #930

Workflow file for this run

name: Gitleaks scan
permissions: {}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: gitleaks
uses: gitleaks/gitleaks-action@v1.6.0
env:
# GitHub Token automatically created on run
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}