From 5f422baf869b5e0b2de9f82ed612cb730b01b0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:02:54 +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 681befd..82634ed 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@3529dd5a30dd5739b2d80c2acc8882a951760b53 # 2026.8.22144013 + uses: metio/ci/needs-release@96bf8d0cc30bda8d32ca6e3fd036eb966ffab90f # 2026.9.12223213 with: paths: action.yml - id: version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@3529dd5a30dd5739b2d80c2acc8882a951760b53 # 2026.8.22144013 + uses: metio/ci/calver@96bf8d0cc30bda8d32ca6e3fd036eb966ffab90f # 2026.9.12223213 - id: notes name: Generate release notes if: steps.gate.outputs.needed == 'true' - uses: metio/ci/release-notes@3529dd5a30dd5739b2d80c2acc8882a951760b53 # 2026.8.22144013 + uses: metio/ci/release-notes@96bf8d0cc30bda8d32ca6e3fd036eb966ffab90f # 2026.9.12223213 with: version: ${{ steps.version.outputs.version }} previous: ${{ steps.gate.outputs.last }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e1be30f..e0b1969 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: metio/ci/policy-check@3529dd5a30dd5739b2d80c2acc8882a951760b53 # 2026.8.22144013 + - uses: metio/ci/policy-check@96bf8d0cc30bda8d32ca6e3fd036eb966ffab90f # 2026.9.12223213 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - - uses: metio/ci/dco@3529dd5a30dd5739b2d80c2acc8882a951760b53 # main + - uses: metio/ci/dco@96bf8d0cc30bda8d32ca6e3fd036eb966ffab90f # main verify: # Single required check: mark only this one required in branch protection and # new jobs are covered automatically.