Skip to content

Bump actions/checkout from 4.1.1 to 4.1.2 #30

Bump actions/checkout from 4.1.1 to 4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2 #30

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@e0fc164bba85f4b58c6cd17ba1dfd435d01e8a06 # v6.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_TERRAFORM_TERRASCAN: false