File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 go-build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414
1515 - name : Determine Go version from go.mod
1616 run : echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 if : ${{ contains(github.ref, 'tags') }}
1414 steps :
15- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616 with :
1717 fetch-depth : 0
1818
7575 needs : antora
7676 if : always()
7777 steps :
78- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
78+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7979 with :
8080 fetch-depth : 0
8181
Original file line number Diff line number Diff line change 1111 test-e2e :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
1616 - name : Determine Go version from go.mod
1717 run : echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 77 go-lint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
10+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
1212 - name : Determine Go version from go.mod
1313 run : echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1616 go-unit :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020
2121 - name : Determine Go version from go.mod
2222 run : echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments