Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test-check:
name: runner / staticcheck (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@v5
with:
go-version-file: "testdata/go.mod"
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: info
target: ./testdata/
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / staticcheck (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@v5
with:
go-version-file: "testdata/go.mod"
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: error
workdir: ./testdata
reviewdog_flags: -filter-mode=file