File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-22.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222
2323 - name : Check for files without license header
2424 run : " ! grep -rL --include='*.go' -e'// Copyright (c) Edgeless Systems GmbH.' -e'DO NOT EDIT' | grep ''"
Original file line number Diff line number Diff line change 99 pull-request :
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
12+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1313 with :
1414 ref : ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
1515
Original file line number Diff line number Diff line change 1616 linkChecker :
1717 runs-on : ubuntu-22.04
1818 steps :
19- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2020
2121 - name : Link Checker
2222 uses : lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421 # v1.8.0
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-22.04
2424 container : ghcr.io/edgelesssys/edgelessrt-dev:ci
2525 steps :
26- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
26+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
2828 - name : golangci-lint
2929 uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
23+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2424
2525 - name : Test
2626 run : ertgo test -race -count=3 ./...
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
19+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020 with :
2121 ref : ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
2222
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-22.04
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
17+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
1919 - name : Vale
2020 uses : errata-ai/vale-action@c4213d4de3d5f718b8497bd86161531c78992084 # v2
You can’t perform that action at this time.
0 commit comments