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 reviewdog :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
13+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414 - uses : reviewdog/action-depup/with-pr@99f7aecf3e4d06d5a3faf190dae5dc79ac530b5a # v1.6.5
1515 with :
1616 file : action.yml
2020 ast-grep :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
23+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424 - uses : reviewdog/action-depup/with-pr@99f7aecf3e4d06d5a3faf190dae5dc79ac530b5a # v1.6.5
2525 with :
2626 file : action.yml
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 - name : Manage labels
1818 uses : lannonbr/issue-label-manager-action@e8dbcd8198e86a1e98d5372e55db976fed9ba6f7 # 4.0.0
1919 env :
Original file line number Diff line number Diff line change 1414 if : github.event.action != 'labeled'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
1919 # Bump version on merging Pull Requests with specific labels.
2020 # (bump:major,bump:minor,bump:patch)
5151 if : github.event.action == 'labeled'
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
54+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5555 - name : Post bumpr status comment
5656 uses : haya14busa/action-bumpr@faf6f474bcb6174125cfc569f0b2e24cbf03d496 # v1.11.4
Original file line number Diff line number Diff line change 99 name : runner / shellcheck
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313 - uses : haya14busa/action-cond@94f77f7a80cd666cb3155084e428254fea4281fd # v1.2.1
1414 id : reporter
1515 with :
@@ -25,14 +25,14 @@ jobs:
2525 name : runner / shfmt
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
28+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 - uses : reviewdog/action-shfmt@c5e3ba7497c338866921924691aef4fa18bc1fe0 # v1.1.0
3030
3131 actionlint :
3232 name : runner / actionlint
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
35+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636 - uses : reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1.73.1
3737 with :
3838 reporter : github-check
4242 name : runner / misspell
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
45+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646 - uses : reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
4747 with :
4848 reporter : github-check
5353 name : runner / alex
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
56+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757 - uses : reviewdog/action-alex@347481655add010a2ae302df34b57c9bcfa0d6e4 # v1.17.0
5858 with :
5959 reporter : github-check
Original file line number Diff line number Diff line change 1414 name : runner (${{ matrix.os }}) / ast-grep (github-check)
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 - uses : ./
1919 with :
2020 github_token : ${{ secrets.github_token }}
2626 name : runner / ast-grep (github-pr-check)
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030 - uses : ./
3131 with :
3232 github_token : ${{ secrets.github_token }}
3838 name : runner / ast-grep (github-pr-review)
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
41+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242 - uses : ./
4343 continue-on-error : true
4444 with :
5555 name : runner / ast-grep (sarif)
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
58+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5959 - uses : ./
6060 with :
6161 reporter : sarif
You can’t perform that action at this time.
0 commit comments