File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.platform }}
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828 - name : Install Go ${{ matrix.go-version }}
29- uses : actions/setup-go@v6
29+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3030 with :
3131 go-version : ${{ matrix.go-version }}
3232 go-version-file : " go.mod" # used when go-version is not specified.
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ${{ matrix.platform }}
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828 - name : Install Go ${{ matrix.go-version }}
29- uses : actions/setup-go@v6
29+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3030 with :
3131 go-version : ${{ matrix.go-version }}
3232 go-version-file : " go.mod" # used when go-version is not specified.
3333 - name : Lint
34- uses : golangci/golangci-lint-action@v9
34+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3535 with :
3636 args : --timeout=5m --verbose
You can’t perform that action at this time.
0 commit comments