From 7b3ba45132018c88b9624456bd6cb7ba2ccd420a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Dec 2025 12:24:18 +0100 Subject: [PATCH] chore(deps): pin dependencies (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | pinDigest | → `93cb6ef` | | [azure/k8s-set-context](https://github.com/azure/k8s-set-context) | action | pinDigest | → `ae59a72` | | [azure/setup-kubectl](https://github.com/azure/setup-kubectl) | action | pinDigest | → `776406b` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | action | pinDigest | → `de90cc6` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/15 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/deploy.yaml | 16 ++++++++-------- .gitea/workflows/validate.yaml | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 16672f1..b0b39b0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,10 +15,10 @@ jobs: traefik: ${{ steps.filter.outputs.traefik }} crowdsec: ${{ steps.filter.outputs.crowdsec }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: fetch-depth: 0 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 id: filter with: filters: | @@ -36,9 +36,9 @@ jobs: needs: check-changes if: ${{ needs.check-changes.outputs.node-labels == 'true' || github.event_name == 'workflow_dispatch' }} steps: - - uses: actions/checkout@v5 - - uses: azure/setup-kubectl@v4 - - uses: azure/k8s-set-context@v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -51,9 +51,9 @@ jobs: needs: check-changes if: ${{ needs.check-changes.outputs.coredns == 'true' || github.event_name == 'workflow_dispatch' }} steps: - - uses: actions/checkout@v5 - - uses: azure/setup-kubectl@v4 - - uses: azure/k8s-set-context@v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index ad6abb0..596a9d1 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -9,9 +9,9 @@ jobs: validate-node-lables: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: azure/setup-kubectl@v4 - - uses: azure/k8s-set-context@v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -22,9 +22,9 @@ jobs: validate-coredns: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: azure/setup-kubectl@v4 - - uses: azure/k8s-set-context@v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }}