Skip to content

ci(deps): bump github/codeql-action from 4.37.7 to 4.37.8 in the github-actions group #448

ci(deps): bump github/codeql-action from 4.37.7 to 4.37.8 in the github-actions group

ci(deps): bump github/codeql-action from 4.37.7 to 4.37.8 in the github-actions group #448

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Run Super-Linter
uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
VALIDATE_ALL_CODEBASE: true