Skip to content

build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 #276

build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9

build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 #276

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@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
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