This repository was archived by the owner on Apr 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : read
1919 steps :
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2121 with :
2222 persist-credentials : false
2323 - name : Setup Go
3333 permissions :
3434 contents : read
3535 steps :
36- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
36+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3737 with :
3838 persist-credentials : false
3939 - name : Check broken links
4343 permissions :
4444 contents : read
4545 steps :
46- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
46+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4747 with :
4848 persist-credentials : false
4949 - name : Run super-linter validation
5757 permissions :
5858 contents : read
5959 steps :
60- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
60+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
6161 with :
6262 persist-credentials : true
6363 - name : Install tox
Original file line number Diff line number Diff line change 2121 permissions :
2222 contents : read
2323 steps :
24- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
24+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2525 with :
2626 persist-credentials : false
2727 - name : Run the sh-checker
@@ -37,11 +37,11 @@ jobs:
3737 permissions :
3838 contents : read
3939 steps :
40- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
40+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4141 with :
4242 persist-credentials : false
4343 - name : Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
44- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
44+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
4545 id : python3-setup
4646 with :
4747 python-version : " 3.11" # NOTE: distutils deprecated on Python 3.12+ (https://peps.python.org/pep-0632/)
6565 permissions :
6666 contents : read
6767 steps :
68- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
68+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
6969 with :
7070 persist-credentials : false
7171 - uses : ./.github/actions/vagrant-setup
9090 permissions :
9191 contents : read
9292 steps :
93- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
93+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
9494 with :
9595 persist-credentials : false
9696 - name : Install ShellSpec
Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : read
2020 steps :
21- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2222 with :
2323 persist-credentials : false
2424 - name : Get matrix values
5050 matrix :
5151 include : ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
5252 steps :
53- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
53+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
5454 with :
5555 persist-credentials : false
5656 - uses : ./.github/actions/vagrant-setup
Original file line number Diff line number Diff line change 2424 permissions :
2525 contents : read
2626 steps :
27- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
27+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2828 with :
2929 persist-credentials : false
3030 - uses : reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
3636 permissions :
3737 contents : read
3838 steps :
39- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
39+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4040 with :
4141 persist-credentials : false
4242 - uses : igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 pull-requests : write # for technote-space/create-pr-action to create a PR
2121 runs-on : vm-self-hosted
2222 steps :
23- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
23+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2424 with :
2525 persist-credentials : true
26- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
26+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
2727 with :
2828 python-version : " ^3.10"
2929 - uses : technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
4040 contents : write # for technote-space/create-pr-action to push code
4141 pull-requests : write # for technote-space/create-pr-action to create a PR
4242 steps :
43- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
43+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4444 with :
4545 persist-credentials : true
4646 - uses : technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
6868 contents : write # for technote-space/create-pr-action to push code
6969 pull-requests : write # for technote-space/create-pr-action to create a PR
7070 steps :
71- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
71+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
7272 with :
7373 persist-credentials : true
7474 # Fine-grained PAT with contents:write and workflows:write scopes
You can’t perform that action at this time.
0 commit comments