Skip to content

build(deps): bump docker/setup-qemu-action from 4 to 4.1.0 in the github-actions-dependencies group #560

build(deps): bump docker/setup-qemu-action from 4 to 4.1.0 in the github-actions-dependencies group

build(deps): bump docker/setup-qemu-action from 4 to 4.1.0 in the github-actions-dependencies group #560

Workflow file for this run

---
name: Super-Linter
on:
push:
branches:
- main
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
super-linter:
permissions:
contents: read # for actions/checkout to fetch code
statuses: write # for super-linter/super-linter/slim to mark status of each linter run
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
persist-credentials: false
- uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
env:
DEFAULT_BRANCH: main
# VALIDATE_EDITORCONFIG: true
VALIDATE_CLANG_FORMAT: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GITLEAKS: true
VALIDATE_HTML: true
VALIDATE_JSON: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}