Skip to content

Update actions/checkout digest to eef6144 #150

Update actions/checkout digest to eef6144

Update actions/checkout digest to eef6144 #150

Workflow file for this run

name: "ShellCheck"
on:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:
jobs:
shellcheck:
name: "ShellCheck"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4
- name: "Run ShellCheck"
uses: "reviewdog/action-shellcheck@v1"
with:
fail_on_error: true