Skip to content

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 #1110

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 #1110

Workflow file for this run

name: Lint with Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff
run: ruff check . --fix