Skip to content

Commit 3fef41e

Browse files
committed
ci: pin get-vault-secrets action to SHA
Pin grafana/shared-workflows/actions/get-vault-secrets to a full commit SHA instead of a mutable version tag to prevent supply chain attacks.
1 parent ba867c4 commit 3fef41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-and-deploy-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
max-parallelism = 2
100100
101101
- name: Retrieve credentials from Vault
102-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
102+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1
103103
with:
104104
common_secrets: |
105105
DOCKERHUB_USERNAME=dockerhub:username

0 commit comments

Comments
 (0)