File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]*)$"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments