Skip to content

Maintenance

Maintenance #901

Workflow file for this run

name: Maintenance
on:
workflow_dispatch:
schedule:
- cron: "1 2 * * *"
jobs:
Update-Checks:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
cache-dependency-path: pyproject.toml
- run: pip install --upgrade --no-input '.[scraper]'
- run: cd scripts && ./scrape_checks.py
- uses: peter-evans/create-pull-request@v6
with:
title: '[:wrench:] Automated Checks Update'
commit-message: Updates Access Analyzer checks
body: |
- Updates checks
Auto Generated PullRequest updates checks