Skip to content

Security Updates

Security Updates #79

name: Security Updates
on:
schedule:
- cron: "30 3 * * *"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
security-updates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: Komorebi-AI/github-actions/security-updates@main
with:
app-id: ${{ secrets.SECURITY_APP_ID }}
private-key: ${{ secrets.SECURITY_APP_PRIVATE_KEY }}
pr-title: "security: upgrade vulnerable dependencies"
uv-version: 0.10.12