Skip to content

Bump lxml from 4.9.4 to 5.3.0 #7

Bump lxml from 4.9.4 to 5.3.0

Bump lxml from 4.9.4 to 5.3.0 #7

Workflow file for this run

# https://github.com/gitleaks/gitleaks
permissions:
contents: read
name: gitleaks
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.