Skip to content

build(deps): Bump super-linter/super-linter from 8.3.1 to 8.3.2 #277

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

build(deps): Bump super-linter/super-linter from 8.3.1 to 8.3.2 #277

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
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