Skip to content

Bump actions/checkout from 3 to 4 #2159

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #2159

Workflow file for this run

name: Review Dog
on: [pull_request]
permissions: read-all
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
environment: actions-cicd-pr
steps:
- name: Import Coverage Tests
uses: actions/checkout@v4
with:
repository: rapidfort/community-images-core
token: ${{ secrets.COVERAGE_ACCESS_TOKEN }}
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
path: "." # Optional.
pattern: "*.sh" # Optional.
exclude: |
./.git/*
./community_images/shellcheck/ironbank/scripts/*
check_all_files_with_shebangs: "false" # Optional.
fail_on_error: true