Skip to content

Bump ministryofjustice/github-actions from 18.0.0 to 18.0.1 #51

Bump ministryofjustice/github-actions from 18.0.0 to 18.0.1

Bump ministryofjustice/github-actions from 18.0.0 to 18.0.1 #51

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@56576d491db07c7236b445ab09991ca49d12b0c6 # v6.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}