File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 env :
1111 BUNDLE_GEMFILE : ${{ github.workspace }}/test/using_bundler/Gemfile
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14- - uses : ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226.0
13+ - uses : actions/checkout@v6
14+ - uses : ruby/setup-ruby@v1
1515 with :
1616 ruby-version : 3.4
1717 bundler-cache : true
Original file line number Diff line number Diff line change 1111 uses : reviewdog/action-misspell@v1
1212 with :
1313 github_token : ${{ secrets.github_token }}
14- reporter : github-pr-review
14+ reporter : github-pr-annotation
1515 fail_level : any
1616 locale : " US"
1717
2424 uses : reviewdog/action-shellcheck@v1
2525 with :
2626 github_token : ${{ secrets.github_token }}
27- reporter : github-pr-review
27+ reporter : github-pr-annotation
28+ fail_level : any
2829 path : " ."
2930 pattern : " *.sh"
3031 exclude : " ./.git/*"
3839 uses : reviewdog/action-yamllint@v1
3940 with :
4041 github_token : ${{ secrets.github_token }}
41- reporter : github-pr-review
42+ reporter : github-pr-annotation
4243 fail_level : any
4344 yamllint_flags : ' -d "{extends: default, rules: {truthy: disable}}" .'
4445
4950 - uses : actions/checkout@v6
5051 - uses : reviewdog/action-actionlint@v1
5152 with :
52- reporter : github-check
53+ reporter : github-pr-annotation
54+ fail_level : error
5355 level : warning
5456
5557 alex :
5961 - uses : actions/checkout@v6
6062 - uses : reviewdog/action-alex@v1
6163 with :
62- reporter : github-check
64+ reporter : github-pr-annotation
65+ fail_level : error
6366 level : warning
You can’t perform that action at this time.
0 commit comments