Skip to content

Commit feff450

Browse files
chore(deps): update github-actions (#4632)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v6.0.0 | v6.1.0 | 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 4fc3f7e commit feff450

File tree

11 files changed

+21
-21
lines changed

11 files changed

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

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: Install Go
28-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
28+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2929
with:
3030
go-version: 1.24.9
3131
- name: Format
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
persist-credentials: false
4040
- name: Install Go
41-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
41+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4242
with:
4343
go-version: 1.24.9
4444
- name: Check generated files
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
persist-credentials: false
6363
- name: Install Go
64-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
64+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6565
with:
6666
go-version: 1.24.9
6767
- name: Go Mod
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
persist-credentials: false
7878
- name: Install Go
79-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
79+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8080
with:
8181
go-version: 1.24.9
8282
- name: Run linter
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Docker Buildx
108108
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
109109
- name: Set up go
110-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
110+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
111111
with:
112112
go-version: 1.24.9
113113
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
@@ -137,12 +137,12 @@ jobs:
137137
- name: Set up Docker Buildx
138138
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
139139
- name: Set up go
140-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
140+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
141141
with:
142142
go-version: 1.24.9
143143
# login to docker hub
144144
- id: get-secrets
145-
uses: grafana/shared-workflows/actions/get-vault-secrets@0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183
145+
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
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@0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183
177+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@eb33f84481d38701f4d2c587a4817ce332784f5f
178178
with:
179179
namespace: "phlare-cd"
180180
workflow_template: "deploy-pyroscope-dev"

.github/workflows/fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
persist-credentials: 'false'
1616
- name: Install Go
17-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
17+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1818
with:
1919
go-version: 1.24.9
2020
- name: Run Fuzz_Merge_Single

.github/workflows/helm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
fi
2121
2222
call-lint-test-pyroscope:
23-
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@023f523f9fa2cb37c58141650af2fea728296707
23+
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
2424
with:
2525
ct_configfile: operations/pyroscope/helm/ct.yaml
2626
ct_check_version_increment: false
2727
helm_version: v3.14.3
2828
call-lint-test-pyroscope-monitoring:
29-
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@023f523f9fa2cb37c58141650af2fea728296707
29+
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
3030
with:
3131
ct_configfile: operations/monitoring/helm/ct.yaml
3232
ct_check_version_increment: false

.github/workflows/helm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-update-helm-repo-pyroscope:
11-
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@023f523f9fa2cb37c58141650af2fea728296707
11+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
1212
permissions:
1313
contents: "write"
1414
id-token: "write"
@@ -20,7 +20,7 @@ jobs:
2020
secrets:
2121
vault_repo_secret_name: grafana-pyroscope-releases
2222
call-update-helm-repo-pyroscope-monitoring:
23-
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@023f523f9fa2cb37c58141650af2fea728296707
23+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
2424
permissions:
2525
contents: "write"
2626
id-token: "write"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set GORELEASER_PREVIOUS_TAG
2929
run: echo "GORELEASER_PREVIOUS_TAG=$(git tag -l --sort=-version:refname | grep -E '^v.*' | head -n 2 | tail -1)" >> $GITHUB_ENV
3030
- run: git fetch --force --tags
31-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
31+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3232
with:
3333
go-version: "1.24.9"
3434
cache: false
@@ -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@0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
4747
with:
4848
common_secrets: |
4949
DOCKERHUB_USERNAME=dockerhub:username

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: 'false'
2222
- name: Install Go
23-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2424
with:
2525
go-version: 1.24.9
2626
- name: Run tests

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

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

Lines changed: 1 addition & 1 deletion
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@0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183
21+
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
2222
with:
2323
repo_secrets: |
2424
GITHUB_APP_ID=pyroscope-development-app:app-id

0 commit comments

Comments
 (0)