Skip to content

Commit 8674c3f

Browse files
authored
Merge pull request #65 from stackhpc/pin-actions
Updates actions/checkout and pins to hash
2 parents 9134f93 + 017c39a commit 8674c3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ANSIBLE_VAULT_PASSWORD_FILE: .vault.txt
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Set Ansible Vault password file
2222
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ANSIBLE_VAULT_PASSWORD_FILE: .vault.txt
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Set Ansible Vault password file
2121
run: |

0 commit comments

Comments
 (0)