From 3dc7c6cfb30fe98a24e9951b43eb10e093ccf3da Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:04:41 +0000 Subject: [PATCH] chore(deps): update github-actions | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.1.4 | v2.2.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/backport.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/helm-ci.yml | 4 ++-- .github/workflows/helm-release.yml | 4 ++-- .github/workflows/publish-technical-documentation-next.yml | 2 +- .../workflows/publish-technical-documentation-release.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/update-contributors.yml | 4 ++-- .github/workflows/update-examples-cron.yml | 4 ++-- .github/workflows/update-make-docs.yml | 6 +++--- .github/workflows/weekly-release.yml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 413d6e887f..b3c85e2cd9 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -30,7 +30,7 @@ jobs: run: npm install --production --prefix ./actions - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: repo_secrets: | GITHUB_APP_ID=pyroscope-development-app:app-id @@ -38,7 +38,7 @@ jobs: - name: Generate token id: app-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.GITHUB_APP_ID }} private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6840c52f7..1d53448647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: go-version: 1.24.11 # login to docker hub - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username @@ -174,7 +174,7 @@ jobs: steps: - id: "submit-argowfs-deployment" name: "Submit Argo Workflows deployment" - uses: grafana/shared-workflows/actions/trigger-argo-workflow@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/trigger-argo-workflow@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: namespace: "phlare-cd" workflow_template: "deploy-pyroscope-dev" diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index 1370ff46ad..c329e2d377 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -20,13 +20,13 @@ jobs: fi call-lint-test-pyroscope: - uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a + uses: grafana/helm-charts/.github/workflows/lint-test.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6 with: ct_configfile: operations/pyroscope/helm/ct.yaml ct_check_version_increment: false helm_version: v3.14.3 call-lint-test-pyroscope-monitoring: - uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a + uses: grafana/helm-charts/.github/workflows/lint-test.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6 with: ct_configfile: operations/monitoring/helm/ct.yaml ct_check_version_increment: false diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 1c1259fa63..565f32191f 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -8,7 +8,7 @@ on: jobs: call-update-helm-repo-pyroscope: - uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a + uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6 permissions: contents: "write" id-token: "write" @@ -20,7 +20,7 @@ jobs: secrets: vault_repo_secret_name: grafana-pyroscope-releases call-update-helm-repo-pyroscope-monitoring: - uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a + uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6 permissions: contents: "write" id-token: "write" diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index 1bd4ae9c3c..e71ce44c02 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - - uses: grafana/writers-toolkit/publish-technical-documentation@cbf55295306306a843cde714efdd5a399d5b743e + - uses: grafana/writers-toolkit/publish-technical-documentation@9cd40a7f81073bfcad984f1e93dc89eae8a9b464 with: website_directory: content/docs/pyroscope/next diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 6251d78714..fc3cc6c15b 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: grafana/writers-toolkit/publish-technical-documentation-release@cbf55295306306a843cde714efdd5a399d5b743e + - uses: grafana/writers-toolkit/publish-technical-documentation-release@9cd40a7f81073bfcad984f1e93dc89eae8a9b464 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]*)$" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b50d1539f9..6a794b1b12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username @@ -53,7 +53,7 @@ jobs: GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY=grafana-pyroscope-bot:app-private-key - name: Get github app token (valid for an hour) id: brew-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_APP_ID }} private-key: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 0eed5808d0..e9eb192093 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: 'false' ref: main - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: repo_secrets: | GITHUB_APP_ID=pyroscope-development-app:app-id @@ -29,7 +29,7 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.GITHUB_APP_ID }} private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-examples-cron.yml b/.github/workflows/update-examples-cron.yml index dd3eaa3ead..e5f3a55cbd 100644 --- a/.github/workflows/update-examples-cron.yml +++ b/.github/workflows/update-examples-cron.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: 'false' - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: repo_secrets: | GITHUB_APP_ID=pyroscope-development-app:app-id @@ -26,7 +26,7 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.GITHUB_APP_ID }} private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-make-docs.yml b/.github/workflows/update-make-docs.yml index 5a38d218c0..db6610b8e7 100644 --- a/.github/workflows/update-make-docs.yml +++ b/.github/workflows/update-make-docs.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: 'false' - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: repo_secrets: | GITHUB_APP_ID=pyroscope-development-app:app-id @@ -26,7 +26,7 @@ jobs: GITHUB_APP_PRIVATE_KEY=pyroscope-development-app:private-key - name: Generate token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.GITHUB_APP_ID }} private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }} @@ -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@cbf55295306306a843cde714efdd5a399d5b743e + - uses: grafana/writers-toolkit/update-make-docs@9cd40a7f81073bfcad984f1e93dc89eae8a9b464 with: pr_options: > --label type/docs diff --git a/.github/workflows/weekly-release.yml b/.github/workflows/weekly-release.yml index 540f62c57f..9f4de88fa3 100644 --- a/.github/workflows/weekly-release.yml +++ b/.github/workflows/weekly-release.yml @@ -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@eb33f84481d38701f4d2c587a4817ce332784f5f + uses: grafana/shared-workflows/actions/get-vault-secrets@02bf1204ecbc508b11927677dcec9ab70ecfcea5 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username