Skip to content

Release mobile 3.2.26 build 46 #25

Release mobile 3.2.26 build 46

Release mobile 3.2.26 build 46 #25

Workflow file for this run

name: Secret Scan
on:
push:
branches: ["**"]
pull_request:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}