Skip to content

Bump redhat-plumbers-in-action/differential-shellcheck from 5.3.0 to 5.3.1 #28

Bump redhat-plumbers-in-action/differential-shellcheck from 5.3.0 to 5.3.1

Bump redhat-plumbers-in-action/differential-shellcheck from 5.3.0 to 5.3.1 #28

name: Differential ShellCheck
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@b8c7b83d16cce15d13563f5d055b34b9e3360ed3
with:
token: ${{ secrets.GITHUB_TOKEN }}