name: PIP audit on: schedule: - cron: '0 8 * * 1' permissions: read-all jobs: test: runs-on: ubuntu-latest timeout-minutes: 20 strategy: matrix: python-version: ["3.11"] steps: - name: Check out repository code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0 with: inputs: .