File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1818 contents : write
1919
2020 steps :
21- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222 with :
2323 repository : ${{ github.event.pull_request.head.repo.full_name }}
2424 # Checkout the branch made in the fork. Will automatically push changes
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2424
2525 - name : urls-checker-code
2626 uses : urlstechie/urlchecker-action@b643b43e2ac605e1475331c7b67247d242b7dce4 # v0.0.34
Original file line number Diff line number Diff line change 2323 build :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727 # Pleaes note that it won't cause any failure here; it will only post comments in PRs
2828 - name : clang-tidy review
2929 uses : ZedThree/clang-tidy-review@85799d63d217e8d0686b7735fb923acc986d8043 # v0.19.0
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949 - name : Set up Python
5050 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
5151 with :
Original file line number Diff line number Diff line change 2323 name : Optional Lint
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727 - name : misspell # Check spellings as well
2828 uses : reviewdog/action-misspell@ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f # v1.23.0
2929 with :
5757 permissions :
5858 security-events : write
5959 steps :
60- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6161 - name : Setup Python
6262 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
6363 with :
Original file line number Diff line number Diff line change 5858 runs-on : ${{ matrix.os }}
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
61+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6262
6363 - name : Set up Python
6464 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030 - name : Setup Python
3131 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3232 with :
Original file line number Diff line number Diff line change 2727 img : quay.io/pypa/manylinux2014_aarch64
2828
2929 steps :
30- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3131 - name : Checkout submodules
3232 shell : bash
3333 run : |
Original file line number Diff line number Diff line change 2424 architecture : ['x64']
2525
2626 steps :
27- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828 - name : Checkout submodules
2929 shell : bash
3030 run : |
Original file line number Diff line number Diff line change 2828 target-architecture : ['x86_64', 'arm64']
2929
3030 steps :
31- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3232 - name : Checkout submodules
3333 shell : bash
3434 run : |
7676 target-architecture : ['x86_64', 'arm64']
7777
7878 steps :
79- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
79+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8080 - name : Set up Python ${{ matrix.python-version }}
8181 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
8282 with :
You can’t perform that action at this time.
0 commit comments