Skip to content

fix(qwp): robust pooled store-and-forward slot lifecycle — distinct ids, startup recovery, prompt close() #270

fix(qwp): robust pooled store-and-forward slot lifecycle — distinct ids, startup recovery, prompt close()

fix(qwp): robust pooled store-and-forward slot lifecycle — distinct ids, startup recovery, prompt close() #270

Workflow file for this run

name: Gitleaks
on:
pull_request:
push:
branches:
- main
jobs:
gitleaks:
runs-on: ubuntu-latest
env:
HAS_GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE != '' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7
if: ${{ env.HAS_GITLEAKS_LICENSE == 'true' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}