Skip to content

Commit 05d2556

Browse files
fix(deps): update all patch and digest versions
| datasource | package | from | to | | ----------- | ------------------------------------------- | ------- | ------------- | | github-tags | actions/upload-release-asset | v1.0.0 | v1.0.2 | | crate | actix-files | 0.6.6 | 0.6.8 | | crate | async-stream | 0.3.5 | 0.3.6 | | github-tags | azure/setup-helm | v4.3.0 | v4.3.1 | | docker | eclipse-temurin | 17-jre | 17.0.16_8-jre | | go | github.com/grafana/pyroscope-go/godeltaprof | v0.1.8 | v0.1.9 | | go | github.com/segmentio/kafka-go | v0.4.47 | v0.4.49 | | go | go.mongodb.org/mongo-driver | v1.17.4 | v1.17.6 | | docker | golang | 1.25.1 | 1.25.4 | | crate | log | 0.4.22 | 0.4.28 | | maven | org.apache.maven.wrapper:maven-wrapper | 3.3.2 | 3.3.4 | | docker | mysql | 8.0.34 | 8.0.44 | | github-tags | peter-evans/create-pull-request | v5.0.0 | v5.0.3 | | crate | rouille | 3.6.1 | 3.6.2 | | crate | serde | 1.0.210 | 1.0.228 | | crate | serde_json | 1.0.128 | 1.0.145 | | docker | ubuntu | trusty | 14.04.5 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 17ffdd6 commit 05d2556

File tree

87 files changed

+214
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+214
-262
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
release-beyla-helm-chart:
7-
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@64b1c8260d69a9b1d9a186df25c51358b92f7662
7+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@76d7026888fa2820457a4f819195575233414788
88
permissions:
99
contents: "write"
1010
id-token: "write"

.github/workflows/helm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: 'false'
105105

106106
- name: Set up Helm
107-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
107+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
108108

109109
- name: Install Flux CLI
110110
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4

.github/workflows/obi-drift-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: true # Initialize submodules to get .obi-src content
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
32+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3333
with:
3434
go-version-file: "go.mod"
3535
cache: false # Disable caching to avoid extraction conflicts

.github/workflows/publish-technical-documentation-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
with:
2525
persist-credentials: false
26-
- uses: grafana/writers-toolkit/publish-technical-documentation@39cdc38767184996e25d611923f8ce697e33bc70 # publish-technical-documentation/v1
26+
- uses: grafana/writers-toolkit/publish-technical-documentation@9aed4f7c5b3caa1b58d72ee39232333407d4acbf # publish-technical-documentation/v1
2727
with:
2828
website_directory: content/docs/beyla/next

.github/workflows/publish_dockerhub_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: 'false'
2121
- id: push-beyla-to-dockerhub
22-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
22+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
2323
with:
2424
repository: grafana/beyla
2525
context: .
@@ -31,7 +31,7 @@ jobs:
3131
push: true
3232

3333
- id: push-beyla-k8s-cache-to-dockerhub
34-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
34+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
3535
with:
3636
repository: grafana/beyla-k8s-cache
3737
file: k8scache.Dockerfile

.github/workflows/publish_dockerhub_pre_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: "false"
2929
- id: push-beyla-to-dockerhub
30-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
30+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
3131
with:
3232
repository: grafana/beyla
3333
context: .
@@ -39,7 +39,7 @@ jobs:
3939
push: true
4040

4141
- id: push-beyla-k8s-cache-to-dockerhub
42-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
42+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
4343
with:
4444
repository: grafana/beyla-k8s-cache
4545
file: k8scache.Dockerfile

.github/workflows/publish_dockerhub_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: 'false'
2121
- id: push-beyla-to-dockerhub
22-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
22+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
2323
with:
2424
repository: grafana/beyla
2525
context: .
@@ -33,7 +33,7 @@ jobs:
3333
push: true
3434

3535
- id: push-beyla-k8s-cache-to-dockerhub
36-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
36+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
3737
with:
3838
repository: grafana/beyla-k8s-cache
3939
file: k8scache.Dockerfile

.github/workflows/pull_request_test_docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: 'false'
2323
- id: docker-build-beyla
24-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@fa48192dac470ae356b3f7007229f3ac28c48a25 # main
24+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@7a256e98018aba3d01643479808a7690179a1f1c # main
2525
with:
2626
context: .
2727
file: ${{ matrix.file }}

.github/workflows/release-binaries-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GOOS: linux
3737
GOARCH: ${{ inputs.arch }}
3838
- name: Upload release asset
39-
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1
39+
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
4040
env:
4141
GITHUB_TOKEN: ${{ github.token }}
4242
with:

.github/workflows/update-offsets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Update offsets"
3030
run: make update-offsets
3131
- name: "Create/update PR"
32-
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
32+
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5.0.3
3333
with:
3434
commit-message: Automatic update of offsets.json
3535
title: Automatic update of offsets.json

0 commit comments

Comments
 (0)