Skip to content

Commit 2af1eea

Browse files
chore(deps): update github-actions (#4509)
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 8cc22ed commit 2af1eea

12 files changed

+30
-30
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@28361cdb22223e5f1e34358c86c20908e7248760
33+
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
3434
with:
3535
repo_secrets: |
3636
GITHUB_APP_ID=pyroscope-development-app:app-id

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-x64-large
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
24+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
with:
2626
persist-credentials: false
2727
- name: Install Go
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-x64-large
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
37+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3838
with:
3939
persist-credentials: false
4040
- name: Install Go
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-${{ matrix.arch }}-large
5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
54+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555
with:
5656
persist-credentials: false
5757
- name: Install Go
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-x64-large
6767
steps:
6868
- name: Checkout code
69-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
69+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7070
with:
7171
persist-credentials: false
7272
- name: Install Go
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-x64-small
8383
steps:
8484
- name: "Check out code"
85-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v4
85+
uses: "actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955" # v4
8686
with:
8787
persist-credentials: false
8888
- name: "Test docs"
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-x64
9494
steps:
9595
- name: Checkout Repo
96-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
96+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9797
with:
9898
persist-credentials: false
9999
- name: Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
105105
with:
106106
go-version: 1.24.8
107-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v3
107+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
108108
with:
109109
node-version: 20
110110
cache: yarn
@@ -123,7 +123,7 @@ jobs:
123123
image-tag: ${{ steps.push-metadata.outputs.image-tag }}
124124
steps:
125125
- name: Checkout Repo
126-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
126+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
127127
with:
128128
persist-credentials: false
129129
- name: Set up QEMU
@@ -136,12 +136,12 @@ jobs:
136136
go-version: 1.24.8
137137
# login to docker hub
138138
- id: get-secrets
139-
uses: grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760
139+
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
140140
with:
141141
common_secrets: |
142142
DOCKERHUB_USERNAME=dockerhub:username
143143
DOCKERHUB_PASSWORD=dockerhub:password
144-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
144+
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
145145
name: Login to Docker Hub
146146
with:
147147
username: ${{ env.DOCKERHUB_USERNAME }}
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- id: "submit-argowfs-deployment"
170170
name: "Submit Argo Workflows deployment"
171-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@28361cdb22223e5f1e34358c86c20908e7248760
171+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
172172
with:
173173
namespace: "phlare-cd"
174174
workflow_template: "deploy-pyroscope-dev"

.github/workflows/helm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
11+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1212
with:
1313
persist-credentials: false
1414
- name: Check Docs

.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@b672274878f23b6817e406922775fbfee6352a1a
15+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@af1bec3400a61511c23ea70c4c861e9b67835e52
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@b51e92f99d145614bf6763c7c4f1920a03124693
23+
- uses: grafana/writers-toolkit/publish-technical-documentation@d5577de696f0eb69ff65816795c816d6a84951fe
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@b51e92f99d145614bf6763c7c4f1920a03124693
26+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@d5577de696f0eb69ff65816795c816d6a84951fe
2727
with:
2828
release_tag_regexp: "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"
2929
release_branch_regexp: "^release/v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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@28361cdb22223e5f1e34358c86c20908e7248760
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
4747
with:
4848
common_secrets: |
4949
DOCKERHUB_USERNAME=dockerhub:username
@@ -59,7 +59,7 @@ jobs:
5959
private-key: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY }}
6060
owner: pyroscope-io
6161
repositories: homebrew-brew
62-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
62+
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
6363
name: Login to Docker Hub
6464
with:
6565
username: ${{ env.DOCKERHUB_USERNAME }}

.github/workflows/renovate-config-validator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-x64-small
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
24+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
with:
2626
persist-credentials: false
2727

2828
- name: Validate Renovate Config
29-
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.0
29+
uses: grafana/shared-workflows/actions/validate-renovate-config@4178c5d9a0403e8b8e123baebc66e224d9c4f3cd # validate-renovate-config/v0.1.0

.github/workflows/update-contributors.yml

Lines changed: 2 additions & 2 deletions
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@28361cdb22223e5f1e34358c86c20908e7248760
22+
uses: grafana/shared-workflows/actions/get-vault-secrets@ad819d8e2e2dccb7a28c7e2c43054573d6b45900
2323
with:
2424
repo_secrets: |
2525
GITHUB_APP_ID=pyroscope-development-app:app-id
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
APP_BOT="${{ steps.generate_token.outputs.app-slug }}[bot]"
4444
echo "user-id=$(gh api "/users/${APP_BOT}" --jq .id)" >> "$GITHUB_OUTPUT"
45-
- uses: actions/setup-go@v6
45+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
4646
with:
4747
go-version: 1.23.11
4848
- name: Update contributors

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

0 commit comments

Comments
 (0)