Skip to content

Bump github/codeql-action from 3 to 4 #314

Bump github/codeql-action from 3 to 4

Bump github/codeql-action from 3 to 4 #314

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Lint Code Base
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}