Skip to content

build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 #282

build(deps): Bump actions/checkout from 6.0.1 to 6.0.2

build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 #282

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@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