Skip to content

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 5.1.1 to 5.1.2 #41

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

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 5.1.1 to 5.1.2 #41

---
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@52bab0caa5249d6acd8bcd5bc7a68e69ac9319f9
with:
token: ${{ secrets.GITHUB_TOKEN }}