Skip to content

Bump typescript from 5.5.4 to 5.6.2 #665

Bump typescript from 5.5.4 to 5.6.2

Bump typescript from 5.5.4 to 5.6.2 #665

Workflow file for this run

name: 💧
# Do not add path filters
on: [pull_request, push, workflow_dispatch]
jobs:
gitleaks:
timeout-minutes: 15
name: gitleaks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}