Skip to content

Commit 7506afe

Browse files
fix(deps): update all patch and digest versions
| datasource | package | from | to | | ----------- | ------------------------------------------- | ------- | -------------- | | github-tags | actions/checkout | v5.0.0 | v5.0.1 | | github-tags | actions/checkout | v4.3.0 | v4.3.1 | | 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.17_10-jre | | go | github.com/gorilla/mux | v1.8.0 | v1.8.1 | | 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 | | go | k8s.io/apimachinery | v0.34.1 | v0.34.2 | | go | k8s.io/client-go | v0.34.1 | v0.34.2 | | 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 7cc5581 commit 7506afe

File tree

102 files changed

+373
-405
lines changed

Some content is hidden

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

102 files changed

+373
-405
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: Checkout Actions
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
with:
2424
persist-credentials: 'false'
2525
repository: grafana/grafana-github-actions

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check-docs:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121

2222
- name: Set up Go
2323
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

.github/workflows/config-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818

1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
with:
2222
persist-credentials: 'false'
2323
- name: Set up Go

.github/workflows/generate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121
with:
2222
ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
2323
fetch-depth: 0

.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@e5ee6963cce3ab19519dc6dbd5f250aa14dc6f12
88
permissions:
99
contents: "write"
1010
id-token: "write"

.github/workflows/helm-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333
with:
3434
persist-credentials: 'false'
3535
fetch-depth: 0 # required for chart-testing to work
@@ -66,7 +66,7 @@ jobs:
6666
tests: ${{ steps.list_tests.outputs.tests }}
6767
steps:
6868
- name: Checkout code
69-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7070
with:
7171
persist-credentials: 'false'
7272

@@ -91,20 +91,20 @@ jobs:
9191
fail-fast: false
9292
steps:
9393
- name: Checkout code
94-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
94+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
9595
with:
9696
path: source
9797
persist-credentials: 'false'
9898

9999
- name: Checkout code
100-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
100+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
101101
with:
102102
path: helm-chart-toolbox
103103
repository: grafana/helm-chart-toolbox
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
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write # Needed for PR comments
2424
steps:
2525
- name: Checkout repo
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
with:
2828
persist-credentials: false
2929
submodules: true # Initialize submodules to get .obi-src content

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
id-token: write
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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-technical-documentation-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: 'false'

.github/workflows/publish_dockerhub_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
steps:
1717
- id: checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@776d57f0c1cf5bab2fff564229d23efa4a9b7649 # 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@776d57f0c1cf5bab2fff564229d23efa4a9b7649 # main
3535
with:
3636
repository: grafana/beyla-k8s-cache
3737
file: k8scache.Dockerfile

0 commit comments

Comments
 (0)