Skip to content

chore(deps): update docker/setup-buildx-action action to v4.1.0 #8148

chore(deps): update docker/setup-buildx-action action to v4.1.0

chore(deps): update docker/setup-buildx-action action to v4.1.0 #8148

Workflow file for this run

---
name: Lint Code Base
on:
push:
pull_request:
branches: [main, develop]
merge_group:
permissions:
contents: read
jobs:
linter:
timeout-minutes: 20
name: Lint Code Base
runs-on: ubuntu-latest
container:
# yamllint disable-line
image: ghcr.io/super-linter/super-linter:slim-v8.5.0@sha256:1d5ef953d6503eaedc344ecd8f555771c099af106c2c5def66e4126073d0cdbf
env:
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_XML: false
VALIDATE_CHECKOV: false
VALIDATE_TRIVY: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_GIT_COMMITLINT: false
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
DEFAULT_BRANCH: origin/main
FILTER_REGEX_EXCLUDE: .*models/.*|.*nodesets/.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Lint Code Base
run: /action/lib/linter.sh