Skip to content

chore(deps): update actions/checkout action to v4.1.7 (#106) #83

chore(deps): update actions/checkout action to v4.1.7 (#106)

chore(deps): update actions/checkout action to v4.1.7 (#106) #83

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test-check:
name: runner / hadolint (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
reporter: github-check
level: info
exclude: Dockerfile.dockerignore
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / hadolint (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
reporter: github-pr-review
filter_mode: diff_context
exclude: Dockerfile.dockerignore