File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2626 pull-requests : write
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
29+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3030 - name : Update diagram
3131 uses : githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # 0.9.1
3232 with :
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 check-broken-links :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2121 - name : Check broken links
2222 uses : gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
2323 check-super-linter :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
26+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2727 - name : Check super-linter
2828 uses : github/super-linter@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1 # 7
2929 env :
3636 check-tox :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
39+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
4040 - name : Install tox
4141 run : pip install tox --break-system-packages
4242 - name : Run tox validation
Original file line number Diff line number Diff line change 2727 if : >-
2828 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
2929 steps :
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
30+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3131 - name : Run the sh-checker
3232 uses : luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
3333 env :
4343 outputs :
4444 demos : ${{ steps.filter.outputs.changes }}
4545 steps :
46- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
46+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
4747 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
4848 if : ${{ !env.ACT }}
4949 id : filter
6969 matrix :
7070 demo : ${{ fromJSON(needs.changes.outputs.demos) }}
7171 steps :
72- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
73- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
72+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
73+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1 .0
7474 with :
7575 go-version : " 1.24"
7676 check-latest : true
8181 name : Run BDD shell specs for Bash demo
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
84+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
8585 - name : Install ShellSpec
8686 run : curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
8787 - name : Run Shellspec
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 name : Check spelling (reviewdog)
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
25+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2626 - uses : reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
2727 with :
2828 github_token : ${{ secrets.github_token }}
2929 check-spellcheck :
3030 name : Check spelling (pyspelling)
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
33+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3434 - uses : igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
3535 name : Spellcheck
Original file line number Diff line number Diff line change 2020 pull-requests : write # for technote-space/create-pr-action to create a PR
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
2424 with :
2525 # Fine-grained PAT with contents:write and workflows:write scopes
2626 token : ${{ secrets.WORKFLOW_TOKEN }}
3535 check-dictionary :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5 .0.0
38+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6 .0.0
3939 - uses : technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
4040 with :
4141 EXECUTE_COMMANDS : |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -o xtrace
1313set -o errexit
1414set -o nounset
1515
16- export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:- 1.7.1 -flannel2}
16+ export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:- 1.8.0 -flannel2}
1717export PKG_CNI_PLUGINS_INSTALL_FLANNEL=true
1818export PKG=" cni-plugins"
1919export PKG_COMMANDS_LIST=" docker,kind,kubectl"
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ if ! command -v cnitool; then
5757fi
5858
5959# runc - CLI tool for spawning and running containers according to the OCI specification.
60- if ! command -v runc || [ " $( runc --version | awk ' NR==1{print $3}' ) " != " 1.3.1 " ]; then
61- sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.1 /runc.amd64
60+ if ! command -v runc || [ " $( runc --version | awk ' NR==1{print $3}' ) " != " 1.3.3 " ]; then
61+ sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.3 /runc.amd64
6262 sudo chmod +x /usr/bin/runc
6363fi
6464
You can’t perform that action at this time.
0 commit comments