Skip to content

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 5.0.2 to 5.1.0 #39

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 5.0.2 to 5.1.0

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 5.0.2 to 5.1.0 #39

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