Skip to content

Bump redhat-plumbers-in-action/differential-shellcheck from 5.1.2 to 5.3.0 #56

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

Bump redhat-plumbers-in-action/differential-shellcheck from 5.1.2 to 5.3.0 #56

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@60c9f2b924a9c5a2ddbb25e7b23e8e11b56faab9
with:
token: ${{ secrets.GITHUB_TOKEN }}