Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm install --production --prefix ./actions

- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
go-version: 1.24.8
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
steps:
- id: "submit-argowfs-deployment"
name: "Submit Argo Workflows deployment"
uses: grafana/shared-workflows/actions/trigger-argo-workflow@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/trigger-argo-workflow@c8ac4a279df46ebd1f85064119a0835098b88092
with:
namespace: "phlare-cd"
workflow_template: "deploy-pyroscope-dev"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: "write"
id-token: "write"
packages: "write"
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@42d4d00ec47f4d013a757bb26edfcd2abc50ca78
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@0b2c5a7aad1a11c1516aae3972d2961d41838167
with:
charts_dir: operations/pyroscope/helm/
cr_configfile: operations/pyroscope/helm/cr.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: grafana/writers-toolkit/publish-technical-documentation@f7597da3f90b83860c45bafd9bf35c193e17810c
- uses: grafana/writers-toolkit/publish-technical-documentation@9387a2a634137ff88feb4f68ddfd72a04564278d
with:
website_directory: content/docs/pyroscope/next
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: grafana/writers-toolkit/publish-technical-documentation-release@f7597da3f90b83860c45bafd9bf35c193e17810c
- uses: grafana/writers-toolkit/publish-technical-documentation-release@9387a2a634137ff88feb4f68ddfd72a04564278d
with:
release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
release_branch_regexp: "^release/v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
persist-credentials: 'false'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-examples-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
persist-credentials: 'false'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: 'false'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
git config --local user.name "${APP_BOT}"
git config --local user.email "${{ steps.get-user-id.outputs.user-id }}+${APP_BOT}@users.noreply.github.com"
git remote set-url "origin" https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git > /dev/null 2> /dev/null
- uses: grafana/writers-toolkit/update-make-docs@f7597da3f90b83860c45bafd9bf35c193e17810c
- uses: grafana/writers-toolkit/update-make-docs@9387a2a634137ff88feb4f68ddfd72a04564278d
with:
pr_options: >
--label type/docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down