Skip to content

build(deps): bump super-linter/super-linter from 8.2.0 to 8.3.2 #50

build(deps): bump super-linter/super-linter from 8.2.0 to 8.3.2

build(deps): bump super-linter/super-linter from 8.2.0 to 8.3.2 #50

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...