Skip to content

Commit 166e8d3

Browse files
chore(deps): update github-actions (#4538)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 358c9c7 commit 166e8d3

10 files changed

+11
-11
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm install --production --prefix ./actions
3131

3232
- id: get-secrets
33-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
33+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
3434
with:
3535
repo_secrets: |
3636
GITHUB_APP_ID=pyroscope-development-app:app-id

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
go-version: 1.24.8
143143
# login to docker hub
144144
- id: get-secrets
145-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
145+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
146146
with:
147147
common_secrets: |
148148
DOCKERHUB_USERNAME=dockerhub:username
@@ -174,7 +174,7 @@ jobs:
174174
steps:
175175
- id: "submit-argowfs-deployment"
176176
name: "Submit Argo Workflows deployment"
177-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
177+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@50003525a2bfea2f21a7dcec5fc67ab22690d19d
178178
with:
179179
namespace: "phlare-cd"
180180
workflow_template: "deploy-pyroscope-dev"

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: "write"
1313
id-token: "write"
1414
packages: "write"
15-
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@af1bec3400a61511c23ea70c4c861e9b67835e52
15+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@1f374448ad31fcc504947cf72709b79105da193d
1616
with:
1717
charts_dir: operations/pyroscope/helm/
1818
cr_configfile: operations/pyroscope/helm/cr.yaml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
with:
2222
persist-credentials: false
23-
- uses: grafana/writers-toolkit/publish-technical-documentation@d5577de696f0eb69ff65816795c816d6a84951fe
23+
- uses: grafana/writers-toolkit/publish-technical-documentation@d87843b53c21125598f5e20e5bebae213f0059b6
2424
with:
2525
website_directory: content/docs/pyroscope/next

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0
26-
- uses: grafana/writers-toolkit/publish-technical-documentation-release@d5577de696f0eb69ff65816795c816d6a84951fe
26+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@d87843b53c21125598f5e20e5bebae213f0059b6
2727
with:
2828
release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
2929
release_branch_regexp: "^release/v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4444
# login to docker hub
4545
- id: get-secrets
46-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
4747
with:
4848
common_secrets: |
4949
DOCKERHUB_USERNAME=dockerhub:username

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: 'false'
2121
- id: get-secrets
22-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
22+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
2323
with:
2424
repo_secrets: |
2525
GITHUB_APP_ID=pyroscope-development-app:app-id

.github/workflows/update-examples-cron.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
- id: get-secrets
20-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
20+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
2121
with:
2222
repo_secrets: |
2323
GITHUB_APP_ID=pyroscope-development-app:app-id

.github/workflows/update-make-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
persist-credentials: false
17-
- uses: grafana/writers-toolkit/update-make-docs@d5577de696f0eb69ff65816795c816d6a84951fe
17+
- uses: grafana/writers-toolkit/update-make-docs@d87843b53c21125598f5e20e5bebae213f0059b6
1818
with:
1919
pr_options: >
2020
--label type/docs

.github/workflows/weekly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
4343
# login to docker hub
4444
- id: get-secrets
45-
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
45+
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
4646
with:
4747
common_secrets: |
4848
DOCKERHUB_USERNAME=dockerhub:username

0 commit comments

Comments
 (0)