Skip to content

Commit 5e0474d

Browse files
chore(deps): update grafana/shared-workflows/ action to
1 parent afd8e79 commit 5e0474d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
id-token: write
324324
steps:
325325
- id: get-secrets
326-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0 # zizmor: ignore[unpinned-uses] provided by grafana
326+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0 # zizmor: ignore[unpinned-uses] provided by grafana
327327
with:
328328
export_env: false
329329
# Secrets placed in the ci/repo/grafana/grafana-plugin-examples path in Vault

.github/workflows/notify-plugin-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
COMMIT_SHA: ${{ github.event.pull_request.merge_commit_sha }}
3636

3737
- id: get-secrets
38-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0 # zizmor: ignore[unpinned-uses] provided by grafana
38+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0 # zizmor: ignore[unpinned-uses] provided by grafana
3939
with:
4040
export_env: false
4141
# Secrets placed in the ci/repo/grafana/grafana-plugin-examples path in Vault

0 commit comments

Comments
 (0)