Skip to content

Bump super-linter/super-linter from 8.0.0 to 8.2.0 #580

Bump super-linter/super-linter from 8.0.0 to 8.2.0

Bump super-linter/super-linter from 8.0.0 to 8.2.0 #580

---
# Doc: https://github.com/redhat-plumbers-in-action/differential-shellcheck
name: Differential ShellCheck
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
# yamllint disable-line rule:line-length
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Differential ShellCheck
# yamllint disable-line rule:line-length
uses: redhat-plumbers-in-action/differential-shellcheck@0d9e5b29625f871e6a4215380486d6f1a7cb6cdd #@v5.5.5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}