File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : golangci-lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
1717 with :
1818 go-version : ' 1.22.x'
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 release :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3232 if : github.event_name == 'pull_request'
3333 with :
3434 fetch-depth : 0
3535 ref : ${{ github.event.pull_request.head.ref }}
36- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737 if : github.event_name != 'pull_request'
3838 with :
3939 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 id-token : write # to enable use of OIDC for npm provenance
2020 steps :
2121 - name : checkout
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323 with :
2424 fetch-depth : 0
2525 - name : setup node.js
Original file line number Diff line number Diff line change 2424 with :
2525 go-version : ${{ matrix.go-version }}
2626 - name : checkout
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2828 - name : Test
2929 run : go test ./...
3030
3636 with :
3737 go-version : ${{ matrix.go-version }}
3838 - name : checkout
39- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4040 - name : " build"
4141 run : |
4242 make release-all
You can’t perform that action at this time.
0 commit comments