Skip to content

ci(deps): bump github/codeql-action in the github-actions group (#240) #408

ci(deps): bump github/codeql-action in the github-actions group (#240)

ci(deps): bump github/codeql-action in the github-actions group (#240) #408

Workflow file for this run

---
name: Lint Code
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
statuses: write
pull-requests: write
checks: write
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Run Super-Linter
uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
VALIDATE_ALL_CODEBASE: true