Skip to content

Bump super-linter/super-linter from 8.3.2 to 8.5.0 in the github-actions group #225

Bump super-linter/super-linter from 8.3.2 to 8.5.0 in the github-actions group

Bump super-linter/super-linter from 8.3.2 to 8.5.0 in the github-actions group #225

Workflow file for this run

---
name: Lint Code Base
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: go.mod
- name: Run Super-Linter
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: false
VALIDATE_JSCPD: false
VALIDATE_JSON: false
VALIDATE_JSON_PRETTIER: false
LINTER_RULES_PATH: .github/linters
GOLANGCI_LINT_CONFIG: .golangci.yml
VALIDATE_YAML_PRETTIER: false