Skip to content

chore: update pre-commit hook versions #62

chore: update pre-commit hook versions

chore: update pre-commit hook versions #62

Workflow file for this run

name: Security Scanning
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
security-events: write
actions: read
jobs:
security-scan:
name: Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run Security Scan
uses: ./.github/actions/security-scan
with:
scan-path: "."