Skip to content

build(deps): Bump github/codeql-action from 4.32.3 to 4.32.4 #292

build(deps): Bump github/codeql-action from 4.32.3 to 4.32.4

build(deps): Bump github/codeql-action from 4.32.3 to 4.32.4 #292

Workflow file for this run

---
name: Code Review
# yamllint disable-line rule:truthy
on:
pull_request:
workflow_dispatch: {}
jobs:
build:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_MARKDOWN: true
VALIDATE_TERRAFORM_TFLINT: true
VALIDATE_YAML: true
ERROR_ON_MISSING_EXEC_BIT: true