Skip to content

Bump redhat-plumbers-in-action/differential-shellcheck #16

Bump redhat-plumbers-in-action/differential-shellcheck

Bump redhat-plumbers-in-action/differential-shellcheck #16

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