From aa404ad9d8c6a11c672abb520b2698091d195615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:07:13 +0000 Subject: [PATCH] chore(deps): update metio ci --- .github/workflows/release.yml | 6 +++--- .github/workflows/verify.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f03b6c2..8e20668 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,16 +30,16 @@ jobs: with: fetch-depth: 0 # needs-release/calver read tags and history - id: gate - uses: metio/ci/needs-release@aec58ab29b70164cbb45864d38e4122fe4bfd59f # 2026.7.9215937 + uses: metio/ci/needs-release@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 with: paths: action.yml - id: version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@aec58ab29b70164cbb45864d38e4122fe4bfd59f # 2026.7.9215937 + uses: metio/ci/calver@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 - id: notes name: Generate release notes if: steps.gate.outputs.needed == 'true' - uses: metio/ci/release-notes@aec58ab29b70164cbb45864d38e4122fe4bfd59f # 2026.7.9215937 + uses: metio/ci/release-notes@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 with: version: ${{ steps.version.outputs.version }} previous: ${{ steps.gate.outputs.last }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1821e70..1d157a0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: metio/ci/policy-check@aec58ab29b70164cbb45864d38e4122fe4bfd59f # 2026.7.9215937 + - uses: metio/ci/policy-check@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 dco: # Developer Certificate of Origin: every commit carries a Signed-off-by # trailer. Bot PRs skip; a skipped job still satisfies the gate below. @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 - - uses: metio/ci/dco@68ccaa80327a09d6be7ee72fc81ffa370bd73fff # main + - uses: metio/ci/dco@ea61d45334e3168b830e6aff85446858b8e60031 # main verify: # Single required check: mark only this one required in branch protection and # new jobs are covered automatically.