Skip to content

:dependabot: github-actions(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 #37

:dependabot: github-actions(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0

:dependabot: github-actions(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 #37

Workflow file for this run

---
name: 🦝 Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false