From 8f04c230e589254033fd37eb002a05c18f5a3415 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:32:25 +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 8e20668..52c5e7f 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@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/needs-release@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 with: paths: action.yml - id: version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/calver@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 - id: notes name: Generate release notes if: steps.gate.outputs.needed == 'true' - uses: metio/ci/release-notes@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/release-notes@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 with: version: ${{ steps.version.outputs.version }} previous: ${{ steps.gate.outputs.last }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1d157a0..07035e4 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@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + - uses: metio/ci/policy-check@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 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@ea61d45334e3168b830e6aff85446858b8e60031 # main + - uses: metio/ci/dco@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # main verify: # Single required check: mark only this one required in branch protection and # new jobs are covered automatically.