Skip to content

chore(deps): update actions/checkout action to v4.1.5 #49

chore(deps): update actions/checkout action to v4.1.5

chore(deps): update actions/checkout action to v4.1.5 #49

Workflow file for this run

---
name: super-linter
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
statuses: write
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter/slim@v6.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true