Skip to content

Commit 4bef454

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 18b0c51 commit 4bef454

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

@@ -39,7 +39,7 @@ jobs:
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

@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/gotip_cron_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

example/http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.5
1+
FROM golang:1.21.5@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6
22

33
WORKDIR /go/src/app
44

example/http/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.9'
33
services:
44
pyroscope:
5-
image: 'grafana/pyroscope:latest'
5+
image: 'grafana/pyroscope:latest@sha256:577e5f81585f18203120da66fcb4f1cd45f07afc9dc059d177e3b2a73957f05e'
66
ports:
77
- '4040:4040'
88

0 commit comments

Comments
 (0)