Skip to content

chore(deps): update orm (major) #1048

chore(deps): update orm (major)

chore(deps): update orm (major) #1048

Workflow file for this run

name: gitleaks
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: gitleaks-action
uses: gacts/gitleaks@v1