Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #57

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #57

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