File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020
2121 - name : Install Go
22- uses : actions/setup-go@v5
22+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2323 with :
2424 go-version : ' 1.22'
2525
3939
4040 - name : Install Go ${{ matrix.go }}
4141 if : matrix.go != 'tip'
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
4343 with :
4444 go-version : ${{ matrix.go }}
4545
5757
5858 - name : Install Go stable
5959 if : matrix.go == 'tip'
60- uses : actions/setup-go@v5
60+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
6161 with :
6262 go-version : 1.x
6363
Original file line number Diff line number Diff line change 1717 with :
1818 persist-credentials : false
1919 - name : Install Go stable
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2121 with :
2222 go-version : 1.x
2323 - name : Install Go tip
Original file line number Diff line number Diff line change 1- FROM golang:1.21.5
1+ FROM golang:1.21.5@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6
22
33WORKDIR /go/src/app
44
Original file line number Diff line number Diff line change 22version : ' 3.9'
33services :
44 pyroscope :
5- image : ' grafana/pyroscope:latest'
5+ image : ' grafana/pyroscope:latest@sha256:577e5f81585f18203120da66fcb4f1cd45f07afc9dc059d177e3b2a73957f05e '
66 ports :
77 - ' 4040:4040'
88
You can’t perform that action at this time.
0 commit comments