Skip to content

Update Localizable.xcstrings #11

Update Localizable.xcstrings

Update Localizable.xcstrings #11

Workflow file for this run

name: gitleaks
on:
push:
branches: ["**"]
pull_request:
workflow_dispatch:
schedule:
- cron: "0 4 * * 1"
permissions:
contents: read
jobs:
scan:
name: scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}