File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : linkerd/dev/actions/setup-tools@v49
1919 with :
2020 version : v49
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222 - run : just action-lint
2323
2424 devcontainer-versions :
2727 - uses : linkerd/dev/actions/setup-tools@v49
2828 with :
2929 version : v49
30- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
30+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3131 - run : just action-dev-check
Original file line number Diff line number Diff line change 2525 - uses : linkerd/dev/actions/setup-tools@v49
2626 with :
2727 version : v49
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2929 - name : Run CNI integration tests
3030 env :
3131 IPTABLES_MODE : ${{ matrix.iptables-mode }}
3838 - uses : linkerd/dev/actions/setup-tools@v49
3939 with :
4040 version : v49
41- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
41+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4242 - name : Run CNI ordering tests
4343 run : just cni-plugin-test-ordering
4444 repair-controller :
4848 - uses : linkerd/dev/actions/setup-tools@v49
4949 with :
5050 version : v49
51- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
51+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
5252 - name : Run repair-controller tests
5353 run : just cni-repair-controller-integration
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 container : ghcr.io/linkerd/dev:v49-go
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2020 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
2121 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
2222 with :
2727 runs-on : ubuntu-24.04
2828 container : ghcr.io/linkerd/dev:v49-go
2929 steps :
30- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
30+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3131 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
3232 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
3333 with :
3838 runs-on : ubuntu-24.04
3939 container : ghcr.io/linkerd/dev:v49-go
4040 steps :
41- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
41+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4242 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
4343 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
4444 with :
Original file line number Diff line number Diff line change 1818 - uses : linkerd/dev/actions/setup-tools@v49
1919 with :
2020 version : v49
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222 - name : Run proxy-init integration tests
2323 run : just proxy-init-test-integration
Original file line number Diff line number Diff line change 1414 timeout-minutes : 5
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1818 - uses : DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd
1919 with :
2020 globs : " **/*.md"
Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1919 - id : meta
2020 uses : ./.github/actions/version-mode
2121 with :
4444 - uses : linkerd/dev/actions/setup-tools@v49
4545 with :
4646 version : v49
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4848 - run : |
4949 just cni-plugin-image='${{ needs.meta.outputs.repo }}:${{ needs.meta.outputs.version }}' \
5050 build-cni-plugin-image \
8282 contents : write
8383 runs-on : ubuntu-24.04
8484 steps :
85- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
85+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
8686 - if : needs.meta.outputs.mode == 'release'
8787 uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
8888 with :
Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1919 - uses : ./.github/actions/version-mode
2020 id : meta
2121 with :
4444 - uses : linkerd/dev/actions/setup-tools@v49
4545 with :
4646 version : v49
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4848 - run : |
4949 just proxy-init-image='${{ needs.meta.outputs.repo }}:${{ needs.meta.outputs.version }}' \
5050 build-proxy-init-image \
8282 contents : write
8383 runs-on : ubuntu-24.04
8484 steps :
85- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
85+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
8686 - if : needs.meta.outputs.mode == 'release'
8787 uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
8888 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 container : ghcr.io/linkerd/dev:v49-rust
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2020 - uses : ./.github/actions/version-mode
2121 id : meta
2222 with :
4343 - name : Install MinGW
4444 if : matrix.os == 'windows'
4545 run : apt-get update && apt-get install mingw-w64 -y
46- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
46+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4747 - run : just validator arch=${{ matrix.arch }} os=${{ matrix.os }} profile=release version=${{ needs.meta.outputs.version }} package
4848 env :
4949 CARGO : " cargo auditable"
6363 with :
6464 path : ${{ runner.temp }}/artifacts
6565 - run : find "$RUNNER_TEMP"/artifacts -type f -ls
66- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
66+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6767 - if : needs.meta.outputs.mode == 'release'
6868 uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
6969 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 container : ghcr.io/linkerd/dev:v49-rust
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2020 - run : just rs-fetch
2121 - run : just rs-fmt-check
2222 - run : just rs-clippy
Original file line number Diff line number Diff line change 1818 - uses : linkerd/dev/actions/setup-tools@v49
1919 with :
2020 version : v49
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222 - run : just sh-lint
You can’t perform that action at this time.
0 commit comments