name: Security Audit on: schedule: - cron: "0 0 * * 0" # Weekly workflow_dispatch: jobs: setup-python-uv-dependencies: name: Setup Python and UV dependencies uses: ./.gitea/workflows/setup-python-uv-dependencies.yml with: python-version: ${{ vars.PYTHON_VERSION }} safety: runs-on: ubuntu-latest steps: - name: Run safety check run: safety check