Skip to content

Update actions/checkout digest to 11bd719 #181

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #181

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@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
- name: "Run ShellCheck"
uses: "reviewdog/action-shellcheck@v1"
with:
fail_on_error: true