Skip to content

Bump actions/checkout from 4.1.1 to 4.1.7 #193

Bump actions/checkout from 4.1.1 to 4.1.7

Bump actions/checkout from 4.1.1 to 4.1.7 #193

Workflow file for this run

---
name: Bash CI
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028