Skip to content

Commit bd93ae7

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

26 files changed

+94
-94
lines changed

.github/workflows/build_linux_profiler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: ['glibc', 'musl']
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2424
with:
2525
submodules: 'true'
2626
persist-credentials: false
@@ -34,7 +34,7 @@ jobs:
3434
name: ['glibc', 'musl']
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3838
with:
3939
submodules: 'true'
4040
persist-credentials: false

.github/workflows/build_managed_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-x64-small
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919
with:
2020
submodules: 'true'
2121
persist-credentials: false
@@ -25,7 +25,7 @@ jobs:
2525
- run: dotnet build -c Release
2626
working-directory: Pyroscope
2727
- name: Publish NuGet packages
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2929
with:
3030
name: packages
3131
path: ./Pyroscope/artifacts/package/release

.github/workflows/build_tracing_packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-x64-small
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919
with:
2020
submodules: 'true'
2121
persist-credentials: false
@@ -25,7 +25,7 @@ jobs:
2525
- run: dotnet build -c Release
2626
working-directory: Pyroscope/Pyroscope.OpenTracing
2727
- name: Publish NuGet packages
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2929
with:
3030
name: packages-OpenTracing
3131
path: ./Pyroscope/artifacts/package/release
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-x64-small
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3838
with:
3939
submodules: 'true'
4040
persist-credentials: false
@@ -44,7 +44,7 @@ jobs:
4444
- run: dotnet build -c Release
4545
working-directory: Pyroscope/Pyroscope.OpenTelemetry
4646
- name: Publish NuGet packages
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4848
with:
4949
name: packages-OpenTelemetry
5050
path: ./Pyroscope/artifacts/package/release

.github/workflows/tag_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: ['glibc', 'musl']
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2626
with:
2727
submodules: 'true'
2828
persist-credentials: false
@@ -59,7 +59,7 @@ jobs:
5959
name: ['glibc', 'musl']
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6363
with:
6464
submodules: 'true'
6565
persist-credentials: false
@@ -96,7 +96,7 @@ jobs:
9696
name: ['glibc', 'musl']
9797
steps:
9898
- name: Checkout
99-
uses: actions/checkout@v4
99+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
100100
with:
101101
submodules: 'true'
102102
persist-credentials: false

.github/workflows/tag_managed_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
RELEASE_VERSION: ${{ github.ref_name }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222
with:
2323
submodules: 'true'
2424
persist-credentials: false
@@ -29,7 +29,7 @@ jobs:
2929
- run: dotnet build -c Release
3030
working-directory: Pyroscope
3131
- name: Publish NuGet packages
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3333
with:
3434
name: packages
3535
path: ./Pyroscope/artifacts/package/release

.github/workflows/tag_tracing_opentelemetry_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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
submodules: 'true'
2020
persist-credentials: false
@@ -24,7 +24,7 @@ jobs:
2424
- run: dotnet build -c Release
2525
working-directory: Pyroscope/Pyroscope.OpenTelemetry
2626
- name: Publish NuGet packages
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2828
with:
2929
name: packages
3030
path: ./Pyroscope/artifacts/package/release

.github/workflows/tag_tracing_opentracing_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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
submodules: 'true'
2020
persist-credentials: false
@@ -24,7 +24,7 @@ jobs:
2424
- run: dotnet build -c Release
2525
working-directory: Pyroscope/Pyroscope.OpenTracing
2626
- name: Publish NuGet packages
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2828
with:
2929
name: packages
3030
path: ./Pyroscope/artifacts/package/release

IntegrationTest/Dockerfile.load-generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.9@sha256:05a76bbeac7b03c0b912c8cc215bafa0a3c143e767c0d3499a3c47a6c663afcc
22

33
RUN pip3 install requests
44

Pyroscope.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11 AS builder
1+
FROM debian:11@sha256:5e2b4654ea0dc0bc22434199dace15adf9799f292857679fa79f9395e6d4dafd AS builder
22

33

44
RUN apt-get update && apt-get -y install cmake make git curl golang libtool wget
@@ -32,7 +32,7 @@ RUN mkdir build-${CMAKE_BUILD_TYPE} && \
3232

3333
RUN cd build-${CMAKE_BUILD_TYPE} && make -j16 Pyroscope.Profiler.Native Datadog.Linux.ApiWrapper.x64
3434

35-
FROM busybox:1.36.1-glibc
35+
FROM busybox:1.36.1-glibc@sha256:8fe66e6f43e59abc326f16fa4491708d15591c42a17486235e55fabf18ba5cb6
3636
COPY --from=builder /profiler/profiler/_build/DDProf-Deploy/linux/Pyroscope.Profiler.Native.so /Pyroscope.Profiler.Native.so
3737
COPY --from=builder /profiler/profiler/_build/DDProf-Deploy/linux/Datadog.Linux.ApiWrapper.x64.so /Pyroscope.Linux.ApiWrapper.x64.so
3838

Pyroscope.musl.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15 AS builder
1+
FROM alpine:3.15@sha256:19b4bcc4f60e99dd5ebdca0cbce22c503bbcff197549d7e19dab4f22254dc864 AS builder
22

33
RUN apk add \
44
clang \
@@ -40,7 +40,7 @@ RUN mkdir build-${CMAKE_BUILD_TYPE} && \
4040

4141
RUN cd build-${CMAKE_BUILD_TYPE} && make -j16 Pyroscope.Profiler.Native Datadog.Linux.ApiWrapper.x64
4242

43-
FROM busybox:1.36.1-musl
43+
FROM busybox:1.36.1-musl@sha256:faeb06dde6421d3dd02f59896bf47a64820f995458a42388277382010d208e1e
4444
COPY --from=builder /profiler/profiler/_build/DDProf-Deploy/linux-musl/Pyroscope.Profiler.Native.so /Pyroscope.Profiler.Native.so
4545
COPY --from=builder /profiler/profiler/_build/DDProf-Deploy/linux-musl/Datadog.Linux.ApiWrapper.x64.so /Pyroscope.Linux.ApiWrapper.x64.so
4646

0 commit comments

Comments
 (0)