Skip to content

build(deps): bump actions/checkout from 4.1.2 to 4.1.4 #239

build(deps): bump actions/checkout from 4.1.2 to 4.1.4

build(deps): bump actions/checkout from 4.1.2 to 4.1.4 #239

---
name: Differential ShellCheck
on:
push:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
permissions:
security-events: 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 }}