Skip to content

build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.1 #998

build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.1

build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.1 #998

Workflow file for this run

---
# Documentation: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Lint Code Base
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@ba3315d7e5da8cee94ef552f3baf1c34f6021345 # v5.7.1
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_BASH: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}