From 017c39a7656477e2ef640bad8e3727582108ffd9 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Tue, 14 Apr 2026 16:11:41 +0100 Subject: [PATCH] Updates actions/checkout and pins to de0fac2e4500dabe0009e67214ff5f5447ce83dd Updates actions/checkout from v4 to v6.0.2 and pins to a specific commit hash instead of the tag. --- .github/workflows/merge.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6c9a5aa..7cadd9a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -16,7 +16,7 @@ jobs: ANSIBLE_VAULT_PASSWORD_FILE: .vault.txt steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set Ansible Vault password file run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b666742..20373fa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: ANSIBLE_VAULT_PASSWORD_FILE: .vault.txt steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set Ansible Vault password file run: |