Skip to content

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 #313

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 #313

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}