Skip to content

Commit 3697861

Browse files
pohanhuangholyspectral
authored andcommitted
fix: pin rancher-eio/read-vault-secrets to new SHA
Update rancher-eio/read-vault-secrets from 0da85151ad1f19ed7986c41587e45aac1ace74b6 to 7282bf97898cd1c16c89f837e0bb442e6d384c89 (v3) to comply with NV org policy requiring full-length commit SHA.
1 parent feef736 commit 3697861

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The FOSSA token is shared between all repos in NeuVector's GH org. It can
2121
# be used directly and there is no need to request specific access to EIO.
2222
- name: Read FOSSA token
23-
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
23+
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # v3
2424
with:
2525
secrets: |
2626
secret/data/github/org/neuvector/fossa/credentials token | FOSSA_API_KEY_PUSH_ONLY

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222

2323
- name: Load Secrets from Vault
24-
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
24+
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # v3
2525
with:
2626
secrets: |
2727
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | RANCHER_DOCKER_USERNAME ;

0 commit comments

Comments
 (0)