This repository was archived by the owner on May 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 python-version : ["3.10", "3.11"]
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v4
4444 steps :
4545 - name : Check out source repository
4646 # yamllint disable-line rule:comments
47- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
47+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4848
4949 - name : Set up Python environment
5050 uses : actions/setup-python@v4
6060 steps :
6161 - name : Check out source repository
6262 # yamllint disable-line rule:comments
63- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
63+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6464
6565 - name : Set up Python environment
6666 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 4040 needs : find-changes
4141 steps :
4242 # yamllint disable-line rule:comments
43- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
43+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444
4545 - name : Run JSON Lint
4646 run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
5252 needs : find-changes
5353 steps :
5454 # yamllint disable-line rule:comments
55- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
55+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5656
5757 - name : Validate Markdown file
5858 run : |
6666 needs : find-changes
6767 steps :
6868 # yamllint disable-line rule:comments
69- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
69+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7070
7171 # yamllint disable-line rule:comments
7272 - uses : suzuki-shunsuke/github-action-renovate-config-validator@b7cd2b598bb51d071a2474e98f55cc25f91abec1 # v0.1.3
8181 options : --cpus 1 --user root
8282 steps :
8383 # yamllint disable-line rule:comments
84- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
84+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8585
8686 - name : Validate Github workflows
8787 run : |
9595 if : needs.find-changes.outputs.yaml == 'true'
9696 steps :
9797 # yamllint disable-line rule:comments
98- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
98+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9999
100100 - name : yaml-lint
101101 # yamllint disable-line rule:comments
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # yamllint disable-line rule:comments
16- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
1818 - name : Choose maintainer
1919 id : vars
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 # yamllint disable-line rule:comments
13- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414
1515 # yamllint disable-line rule:comments
1616 - uses : streetsidesoftware/cspell-action@c8855adc59d29c3fc73b5453b16717947c3f050c # v2.26.3
You can’t perform that action at this time.
0 commit comments