Skip to content

Commit 71fe928

Browse files
chore(deps): pin dependencies (#2249)
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 d353f48 commit 71fe928

14 files changed

+16
-16
lines changed

.github/workflows/check-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
check-docs:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2424
with:
2525
go-version: '1.21'
2626

.github/workflows/generate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
with:
2222
ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
2323
fetch-depth: 0

.github/workflows/publish-technical-documentation-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: 'false'
29-
- uses: grafana/writers-toolkit/publish-technical-documentation-release@publish-technical-documentation-release/v2 # zizmor: ignore[unpinned-uses]
29+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@8cc658b604c6e05c275af30163a1c7728dfe19b2 # publish-technical-documentation-release/v2 # zizmor: ignore[unpinned-uses]
3030
with:
3131
release_tag_regexp: '^v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$'
3232
release_branch_regexp: '^release-(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run verification and unit tests
3636
run: make docker-generate verify cov-exclude-generated
3737
- id: get-codecov-token
38-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
38+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
3939
continue-on-error: true
4040
with:
4141
# Secrets placed in the ci/repo/grafana/beyla/codecov path in Vault

.github/workflows/pull_request_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: make itest-coverage-data
9797

9898
- id: get-codecov-token
99-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
99+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
100100
continue-on-error: true
101101
with:
102102
# Secrets placed in the ci/repo/grafana/beyla/codecov path in Vault

.github/workflows/pull_request_integration_tests_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
testoutput/*.log
4949
testoutput/kind
5050
- id: get-codecov-token
51-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
51+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
5252
continue-on-error: true
5353
with:
5454
# Secrets placed in the ci/repo/grafana/beyla/codecov path in Vault

.github/workflows/pull_request_k8s_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: make itest-coverage-data
9797

9898
- id: get-codecov-token
99-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
99+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
100100
continue-on-error: true
101101
with:
102102
# Secrets placed in the ci/repo/grafana/beyla/codecov path in Vault

.github/workflows/pull_request_oats_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: make itest-coverage-data
7070

7171
- id: get-codecov-token
72-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
72+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
7373
continue-on-error: true
7474
with:
7575
# Secrets placed in the ci/repo/grafana/beyla/codecov path in Vault

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
with:
1616
persist-credentials: 'false'
1717
fetch-depth: 0

.github/workflows/restart-noteldemo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- id: get-vault-secrets
22-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
22+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
2323
with:
2424
vault_instance: ops
2525
export_env: false

0 commit comments

Comments
 (0)