From 192e227217be62232c96dbfbd941c51009ca699a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Dec 2025 23:03:43 +0100 Subject: [PATCH] chore(deps): pin dependencies (#2) 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 | -> `f43a0e5` | | [actions/setup-go](https://github.com/actions/setup-go) | action | pinDigest | -> `d35c59a` | --- ### 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/ionosDnsClient/pulls/2 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/weekly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/weekly.yaml b/.gitea/workflows/weekly.yaml index 2d58f5a..67332bb 100644 --- a/.gitea/workflows/weekly.yaml +++ b/.gitea/workflows/weekly.yaml @@ -12,9 +12,9 @@ jobs: - linux_amd64 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: go-version: "1.23.5" - name: Install yq