Skip to content

Commit 1d2d2ee

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

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-x64-small
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818
with:
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

@@ -33,13 +33,13 @@ jobs:
3333
go: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23', 'tip']
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737
with:
3838
persist-credentials: false
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-x64-large
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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:5fba997646c53584799b6beca768dae6358e807020aa98c04cb7db11f0d55681'
66
ports:
77
- '4040:4040'
88

0 commit comments

Comments
 (0)