Skip to content

build(deps): Bump super-linter/super-linter from 8.3.2 to 8.4.0 #285

build(deps): Bump super-linter/super-linter from 8.3.2 to 8.4.0

build(deps): Bump super-linter/super-linter from 8.3.2 to 8.4.0 #285

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@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.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