From 67e04d3c3c6af930bdba47ce7fcf741c45ecd3c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:16:21 +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 6018e78..182cc64 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@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609 + uses: metio/ci/needs-release@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 with: paths: action.yml - id: version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609 + uses: metio/ci/calver@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 - id: notes name: Generate release notes if: steps.gate.outputs.needed == 'true' - uses: metio/ci/release-notes@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609 + uses: metio/ci/release-notes@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 with: version: ${{ steps.version.outputs.version }} previous: ${{ steps.gate.outputs.last }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4863073..41f0b1c 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@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609 + - uses: metio/ci/policy-check@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 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@90f338e9eaaaaf67a8964a596260eaf27ea53812 # main + - uses: metio/ci/dco@af736d94d3689a0b49c521fb9d096445cb9f1b84 # main verify: # Single required check: mark only this one required in branch protection and # new jobs are covered automatically.