From 4a64d52dab464353bbbc2b1475d15260ec6c2597 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 24 Feb 2026 10:02:18 +0000 Subject: [PATCH 1/3] chore(deps): pin dependencies --- .forgejo/workflows/tofu-apply-k8s-wheatley.yaml | 4 ++-- .forgejo/workflows/tofu-apply-templates.yaml | 4 ++-- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 4 ++-- .forgejo/workflows/tofu-plan-templates.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml index 0a4074a..5eee204 100644 --- a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml @@ -22,8 +22,8 @@ jobs: TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }} TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-apply-templates.yaml b/.forgejo/workflows/tofu-apply-templates.yaml index 8dcc224..2287dea 100644 --- a/.forgejo/workflows/tofu-apply-templates.yaml +++ b/.forgejo/workflows/tofu-apply-templates.yaml @@ -23,8 +23,8 @@ jobs: TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }} TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 895ea76..48ca1cd 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -25,8 +25,8 @@ jobs: TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} PR_NUMBER: ${{ forge.event.pull_request.number }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-plan-templates.yaml b/.forgejo/workflows/tofu-plan-templates.yaml index 66b2d65..703ff93 100644 --- a/.forgejo/workflows/tofu-plan-templates.yaml +++ b/.forgejo/workflows/tofu-plan-templates.yaml @@ -26,8 +26,8 @@ jobs: TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} PR_NUMBER: ${{ forge.event.pull_request.number }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 From 6572451858166b58ae0817d3849ac65c2f14e7df Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:02:40 +0100 Subject: [PATCH 2/3] chore(workflows): Update trigger paths --- .forgejo/workflows/tofu-apply-k8s-wheatley.yaml | 1 + .forgejo/workflows/tofu-apply-templates.yaml | 1 + .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 +- .forgejo/workflows/tofu-plan-templates.yaml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml index 0a4074a..7a92a0c 100644 --- a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml @@ -6,6 +6,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** + - .forgejo/workflows/*-k8s-wheatley.yaml jobs: tofu-apply-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-apply-templates.yaml b/.forgejo/workflows/tofu-apply-templates.yaml index 8dcc224..07c3a27 100644 --- a/.forgejo/workflows/tofu-apply-templates.yaml +++ b/.forgejo/workflows/tofu-apply-templates.yaml @@ -7,6 +7,7 @@ on: - main paths: - pve01.wheatley.in/templates/** + - .forgejo/workflows/**-templates.yaml jobs: tofu-apply-templates: diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 895ea76..79d897e 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -7,7 +7,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** - - .forgejo/workflows/tofu-plan-k8s-wheatley.yaml + - .forgejo/workflows/*-k8s-wheatley.yaml jobs: tofu-plan-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-plan-templates.yaml b/.forgejo/workflows/tofu-plan-templates.yaml index 66b2d65..b7001e6 100644 --- a/.forgejo/workflows/tofu-plan-templates.yaml +++ b/.forgejo/workflows/tofu-plan-templates.yaml @@ -8,7 +8,7 @@ on: - main paths: - pve01.wheatley.in/templates/** - - .forgejo/workflows/tofu-plan-templates.yaml + - .forgejo/workflows/**-templates.yaml jobs: tofu-plan-templates: From 0fff9c84df293a201a13d9a759410213f38983b1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 24 Feb 2026 10:05:46 +0000 Subject: [PATCH 3/3] chore(deps): pin dependencies --- .forgejo/workflows/tofu-apply-k8s-wheatley.yaml | 4 ++-- .forgejo/workflows/tofu-apply-templates.yaml | 4 ++-- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 4 ++-- .forgejo/workflows/tofu-plan-templates.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml index 7a92a0c..3ececfc 100644 --- a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml @@ -23,8 +23,8 @@ jobs: TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }} TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-apply-templates.yaml b/.forgejo/workflows/tofu-apply-templates.yaml index 07c3a27..fb94da2 100644 --- a/.forgejo/workflows/tofu-apply-templates.yaml +++ b/.forgejo/workflows/tofu-apply-templates.yaml @@ -24,8 +24,8 @@ jobs: TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }} TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 79d897e..fd629b8 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -25,8 +25,8 @@ jobs: TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} PR_NUMBER: ${{ forge.event.pull_request.number }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5 diff --git a/.forgejo/workflows/tofu-plan-templates.yaml b/.forgejo/workflows/tofu-plan-templates.yaml index b7001e6..4ac2aeb 100644 --- a/.forgejo/workflows/tofu-plan-templates.yaml +++ b/.forgejo/workflows/tofu-plan-templates.yaml @@ -26,8 +26,8 @@ jobs: TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} PR_NUMBER: ${{ forge.event.pull_request.number }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 + - uses: https://github.com/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: https://github.com/opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 with: tofu_version: 1.11.5