Skip to content

Bump actions/checkout from 4.1.1 to 4.1.4 #52

Bump actions/checkout from 4.1.1 to 4.1.4

Bump actions/checkout from 4.1.1 to 4.1.4 #52

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