Skip to content

chore: harden Phase 26 theming gate workflow (R599) #967

chore: harden Phase 26 theming gate workflow (R599)

chore: harden Phase 26 theming gate workflow (R599) #967

Workflow file for this run

name: gitleaks
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}