File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 timeout-minutes : 10
1616 steps :
1717 - uses : linkerd/dev/actions/setup-tools@v41
18- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
18+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1919 - run : just-dev lint-actions
2020
2121 devcontainer-versions :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : linkerd/dev/actions/setup-tools@v41
25- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
25+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2626 - run : just-dev check-action-images
Original file line number Diff line number Diff line change 1515 # Prevent sudden announcement of a new advisory from failing Ci.
1616 continue-on-error : ${{ matrix.checks == 'advisories' }}
1717 steps :
18- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
18+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1919 - uses : EmbarkStudios/cargo-deny-action@e0a440755b184aa50374330fa75cca0f84fcb59a
2020 with :
2121 command : check ${{ matrix.checks }}
@@ -24,15 +24,15 @@ jobs:
2424 runs-on : ubuntu-latest
2525 container : ghcr.io/linkerd/dev:v39-rust
2626 steps :
27- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
27+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2828 - run : just rs-check-fmt
2929
3030 clippy :
3131 timeout-minutes : 10
3232 runs-on : ubuntu-latest
3333 container : ghcr.io/linkerd/dev:v39-rust
3434 steps :
35- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
35+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3636 - run : just rs-fetch
3737 - run : just rs-clippy
3838 - run : just rs-doc --no-deps
4343 timeout-minutes : 15
4444 container : ghcr.io/linkerd/dev:v39-rust
4545 steps :
46- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
46+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4747 - run : just rs-fetch
4848 - run : just rs-test-build
4949 - run : just rs-test
5353 runs-on : ubuntu-latest
5454 timeout-minutes : 2
5555 steps :
56- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
56+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
5757 - run : |
5858 ex=0
5959
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-20.04
1212 timeout-minutes : 20
1313 steps :
14- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
14+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1515 - uses : linkerd/dev/actions/setup-tools@v41
1616 - run : just build
1717 - run : just integration-test
Original file line number Diff line number Diff line change 1414 timeout-minutes : 5
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
17+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1818 - uses : DavidAnson/markdownlint-cli2-action@bb4bb94c73936643d73d345b48fead3e96f90a5e
1919 with :
2020 globs : |
Original file line number Diff line number Diff line change 3535 id-token : write # needed for signing the images with GitHub OIDC Token
3636 timeout-minutes : 30
3737 steps :
38- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
38+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3939 - name : Set tag
4040 run : echo 'TAG=${{ needs.tag.outputs.tag }}' >> "$GITHUB_ENV"
4141 - uses : ./.github/actions/docker-build
5858 contents : write
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
61+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
6262 - uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
6363 with :
6464 name : linkerd-extension-init ${{ needs.tag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments