From 16d514cdd1475ccd71a28b5addc0e885e31a0ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:31:31 +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 f56af30..b66362a 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@8470d3176f66a800c48c79697518042b66146450 # 2026.7.30140746 + uses: metio/ci/needs-release@d2ce47fb838ca7dd9cd6d3e896978bbc2ea58b87 # 2026.8.1094619 with: paths: action.yml - id: version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@8470d3176f66a800c48c79697518042b66146450 # 2026.7.30140746 + uses: metio/ci/calver@d2ce47fb838ca7dd9cd6d3e896978bbc2ea58b87 # 2026.8.1094619 - id: notes name: Generate release notes if: steps.gate.outputs.needed == 'true' - uses: metio/ci/release-notes@8470d3176f66a800c48c79697518042b66146450 # 2026.7.30140746 + uses: metio/ci/release-notes@d2ce47fb838ca7dd9cd6d3e896978bbc2ea58b87 # 2026.8.1094619 with: version: ${{ steps.version.outputs.version }} previous: ${{ steps.gate.outputs.last }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index cdd5734..19eda75 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@8470d3176f66a800c48c79697518042b66146450 # 2026.7.30140746 + - uses: metio/ci/policy-check@d2ce47fb838ca7dd9cd6d3e896978bbc2ea58b87 # 2026.8.1094619 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@8470d3176f66a800c48c79697518042b66146450 # main + - uses: metio/ci/dco@d2ce47fb838ca7dd9cd6d3e896978bbc2ea58b87 # main verify: # Single required check: mark only this one required in branch protection and # new jobs are covered automatically.