From fe73991a78e4a085ec0817606829a5e1f35b0b50 Mon Sep 17 00:00:00 2001 From: "Mack (Maksym Iv)" Date: Thu, 26 Mar 2026 22:35:13 +0200 Subject: [PATCH 1/3] fix: Pin GitHub actions versions --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86faca6..035539d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: name: Integration tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: actions/setup-go@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 with: go-version-file: go.mod - name: Run integration tests @@ -45,7 +45,7 @@ jobs: image: renovate/renovate:latest options: --user root # root is needed for checkout to work steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Validate Renovate config run: renovate-config-validator --strict diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d30fefc..96c50ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - name: Prepare Release @@ -71,7 +71,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - name: Prepare Release From 29343a686b8032b57826cceec9996a60d1532871 Mon Sep 17 00:00:00 2001 From: "Mack (Maksym Iv)" <146473578+maksym-iv-ef@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:13:43 +0200 Subject: [PATCH 2/3] chore: Trigger GHA From d7f7cf43eb07b79dd0251dc69df35c38e67d4e29 Mon Sep 17 00:00:00 2001 From: "Mack (Maksym Iv)" <146473578+maksym-iv-ef@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:22:17 +0200 Subject: [PATCH 3/3] chore: Trigger GHA