Skip to content

Commit fdb87a1

Browse files
chore(deps): update github-actions (#4569)
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 bf872b8 commit fdb87a1

10 files changed

+12
-12
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
33+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
145+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
177+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
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@1f374448ad31fcc504947cf72709b79105da193d
15+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@42d4d00ec47f4d013a757bb26edfcd2abc50ca78
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@d87843b53c21125598f5e20e5bebae213f0059b6
23+
- uses: grafana/writers-toolkit/publish-technical-documentation@f7597da3f90b83860c45bafd9bf35c193e17810c
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@d87843b53c21125598f5e20e5bebae213f0059b6
26+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@f7597da3f90b83860c45bafd9bf35c193e17810c
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
22+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
20+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
2121
with:
2222
repo_secrets: |
2323
GITHUB_APP_ID=pyroscope-development-app:app-id

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: 'false'
2020
- id: get-secrets
21-
uses: grafana/shared-workflows/actions/get-vault-secrets@50003525a2bfea2f21a7dcec5fc67ab22690d19d
21+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
2222
with:
2323
repo_secrets: |
2424
GITHUB_APP_ID=pyroscope-development-app:app-id
@@ -48,7 +48,7 @@ jobs:
4848
git config --local user.name "${APP_BOT}"
4949
git config --local user.email "${{ steps.get-user-id.outputs.user-id }}+${APP_BOT}@users.noreply.github.com"
5050
git remote set-url "origin" https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git > /dev/null 2> /dev/null
51-
- uses: grafana/writers-toolkit/update-make-docs@d87843b53c21125598f5e20e5bebae213f0059b6
51+
- uses: grafana/writers-toolkit/update-make-docs@f7597da3f90b83860c45bafd9bf35c193e17810c
5252
with:
5353
pr_options: >
5454
--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@50003525a2bfea2f21a7dcec5fc67ab22690d19d
45+
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
4646
with:
4747
common_secrets: |
4848
DOCKERHUB_USERNAME=dockerhub:username

0 commit comments

Comments
 (0)