Skip to content

Bump github/codeql-action from 3.27.0 to 3.27.2 #2166

Bump github/codeql-action from 3.27.0 to 3.27.2

Bump github/codeql-action from 3.27.0 to 3.27.2 #2166

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