File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed
Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 4646 VBoxManage list runningvms --long
4747 - name : Upload VM logs
4848 if : failure()
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
5050 with :
5151 name : vm-logs-${{ inputs.os }}_${{ inputs.provider }}-${{ github.run_id }}
5252 path : |
Original file line number Diff line number Diff line change 2424 pull-requests : write # for technote-space/create-pr-action to create a PR
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
27+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2828 - name : Update diagram
2929 uses : githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # 0.9.1
3030 with :
Original file line number Diff line number Diff line change 2121 contents : write # for technote-space/create-pr-action to push code
2222 pull-requests : write # for technote-space/create-pr-action to create a PR
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2525 - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2626 with :
2727 path : ~/.vagrant.d/boxes
Original file line number Diff line number Diff line change 1818 name : Count Lines of Code
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2222 - name : Setup Go
23- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
23+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1 .0
2424 with :
2525 go-version : " >=1.20.0"
2626 - name : Install dependencies
@@ -31,16 +31,16 @@ jobs:
3131 name : Check documentation external links
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
34+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3535 - name : Check broken links
3636 uses : gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
3737 check-super-linter :
3838 name : Check syntax (super-linter)
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
41+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
4242 - name : Run super-linter validation
43- uses : super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # 8.2.0
43+ uses : super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # 8.2.1
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 LINTER_RULES_PATH : /
5151 name : Check syntax (tox)
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
54+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
5555 - name : Install tox
5656 run : pip install tox
5757 - name : Run tox lint validation
Original file line number Diff line number Diff line change 2727 outputs :
2828 scripts : ${{ steps.filter.outputs.scripts }}
2929 steps :
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
30+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3131 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
3232 if : ${{ !env.ACT }}
3333 id : filter
4242 needs : changes
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
45+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
4646 - name : Run the sh-checker
4747 uses : luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
4848 env :
5656 needs : changes
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
59+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
6060 - name : Install ShellSpec
6161 run : curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
6262 - name : Run Shellspec
7676 - os : opensuse_leap
7777 provider : virtualbox
7878 steps :
79- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
79+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
8080 - uses : ./.github/actions/vagrant-setup
8181 with :
8282 distro : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout the latest code
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
23+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2424 with :
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1818 check-ubuntu-jammy-baremetal :
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2222 - name : Setup services
2323 env :
2424 PROVIDER : libvirt
3131 matrix :
3232 os : [ubuntu_focal, ubuntu_jammy, rocky_9]
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
34+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3535 - uses : ./.github/actions/vagrant-setup
3636 with :
3737 distro : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 name : Check spelling (reviewdog)
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
27- - uses : reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3
26+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
27+ - uses : reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
2828 with :
2929 github_token : ${{ secrets.github_token }}
3030 check-spellcheck :
3131 name : Check spelling (pyspelling)
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
34+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3535 - uses : igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
3636 name : Spellcheck
Original file line number Diff line number Diff line change 2121 pull-requests : write # for technote-space/create-pr-action to create a PR
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2525 with :
2626 # Fine-grained PAT with contents:write and workflows:write scopes
2727 token : ${{ secrets.WORKFLOW_TOKEN }}
3939 pull-requests : write # for technote-space/create-pr-action to create a PR
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
42+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
4343 - uses : technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
4444 with :
4545 EXECUTE_COMMANDS : |
You can’t perform that action at this time.
0 commit comments