diff --git a/.github/workflows/ansible--cleanup-clients.yml b/.github/workflows/ansible--cleanup-clients.yml index 5412c090..008e20ce 100644 --- a/.github/workflows/ansible--cleanup-clients.yml +++ b/.github/workflows/ansible--cleanup-clients.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Setup Ansible and Dependencies env: diff --git a/.github/workflows/ansible--list-inventory.yml b/.github/workflows/ansible--list-inventory.yml index f1dfeba7..b7f9228b 100644 --- a/.github/workflows/ansible--list-inventory.yml +++ b/.github/workflows/ansible--list-inventory.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Setup Ansible and Dependencies working-directory: ${{ env.WORKING_DIR }} diff --git a/.github/workflows/ansible--reboot.yml b/.github/workflows/ansible--reboot.yml index 167475bd..745c3ba6 100644 --- a/.github/workflows/ansible--reboot.yml +++ b/.github/workflows/ansible--reboot.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Setup Ansible and Dependencies env: diff --git a/.github/workflows/ansible--update.yml b/.github/workflows/ansible--update.yml index 2e62d208..984fd34f 100644 --- a/.github/workflows/ansible--update.yml +++ b/.github/workflows/ansible--update.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Setup Ansible and Dependencies env: diff --git a/.github/workflows/ansible--uptime.yml b/.github/workflows/ansible--uptime.yml index 673a8f9a..b24b1e42 100644 --- a/.github/workflows/ansible--uptime.yml +++ b/.github/workflows/ansible--uptime.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Setup Ansible and Dependencies env: diff --git a/.github/workflows/docker--ghcr.yml b/.github/workflows/docker--ghcr.yml index e7afdb46..11464d68 100644 --- a/.github/workflows/docker--ghcr.yml +++ b/.github/workflows/docker--ghcr.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3 diff --git a/.github/workflows/packer--azure.yml b/.github/workflows/packer--azure.yml index b45dd6bc..9b329a0a 100644 --- a/.github/workflows/packer--azure.yml +++ b/.github/workflows/packer--azure.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # Packer's official GitHub Actions are unstable & outdated, use a community action instead - name: Use latest Packer diff --git a/.github/workflows/packer--linode.yml b/.github/workflows/packer--linode.yml index cd55c194..ceacafb3 100644 --- a/.github/workflows/packer--linode.yml +++ b/.github/workflows/packer--linode.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # Packer's official GitHub Actions are unstable & outdated, use a community action instead - name: Use latest Packer diff --git a/.github/workflows/terraform--ops-test.yml b/.github/workflows/terraform--ops-test.yml index a0c83d85..8b69718f 100644 --- a/.github/workflows/terraform--ops-test.yml +++ b/.github/workflows/terraform--ops-test.yml @@ -26,11 +26,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # This is only for the GitHub Actions runner, not Terraform Cloud - name: Setup Terraform - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3 - name: Terraform Format run: make fmt @@ -48,11 +48,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # This is only for the GitHub Actions runner, not Terraform Cloud - name: Setup Terraform - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} @@ -78,7 +78,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Terraform Cloud Upload Configuration uses: hashicorp/tfc-workflows-github/actions/upload-configuration@34866d21f6856cca1fbca7c09c5644203aa83890 # v1.3.0