Skip to content

Pin GitHub Actions to specific commit SHAs #4

Pin GitHub Actions to specific commit SHAs

Pin GitHub Actions to specific commit SHAs #4

Workflow file for this run

name: Shellcheck
on: [pull_request]
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: shellcheck
uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0
with:
fail_on_error: true
reporter: github-pr-review