Skip to content

Bump redhat-plumbers-in-action/differential-shellcheck from 5.3.0 to 5.4.0 #59

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

Bump redhat-plumbers-in-action/differential-shellcheck from 5.3.0 to 5.4.0 #59

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