Skip to content

Commit d22df1a

Browse files
chore(deps): update metio ci
1 parent c1e26e4 commit d22df1a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
fetch-depth: 0
3535
- id: gate
3636
name: Check whether a release is needed
37-
uses: metio/ci/needs-release@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
37+
uses: metio/ci/needs-release@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
3838
with:
3939
paths: go.mod main.go internal api config Dockerfile
4040
- id: version
4141
name: Compute the next version
4242
if: steps.gate.outputs.needed == 'true'
43-
uses: metio/ci/calver@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
43+
uses: metio/ci/calver@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
4444
build:
4545
name: Build ${{ matrix.goos }}/${{ matrix.goarch }}
4646
needs: prepare
@@ -128,7 +128,7 @@ jobs:
128128
- name: Clone Git Repository
129129
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
130130
- name: Build, push and sign the image
131-
uses: metio/ci/container-release@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
131+
uses: metio/ci/container-release@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
132132
with:
133133
image: ghcr.io/${{ github.repository }}
134134
version: ${{ needs.prepare.outputs.version }}
@@ -166,12 +166,12 @@ jobs:
166166
shopt -s nullglob
167167
sha256sum ./*.tar.gz ./*.zip > "$SUMS"
168168
- name: Sign Checksums (cosign keyless)
169-
uses: metio/ci/cosign-sign-blob@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
169+
uses: metio/ci/cosign-sign-blob@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
170170
with:
171171
file: dist/${{ github.event.repository.name }}_${{ needs.prepare.outputs.version }}_SHA256SUMS
172172
- id: notes
173173
name: Generate Release Notes
174-
uses: metio/ci/release-notes@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
174+
uses: metio/ci/release-notes@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
175175
with:
176176
version: ${{ needs.prepare.outputs.version }}
177177
previous: ${{ needs.prepare.outputs.previous }}

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# detect job auto-enables envtest and arch-go from this repo's files. Named
1515
# "Golang" so its checks read "Golang / test", "Golang / lint", …
1616
name: Golang
17-
uses: metio/ci/.github/workflows/golang.yml@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
17+
uses: metio/ci/.github/workflows/golang.yml@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
1818
reuse:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 15
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
152152
with:
153153
fetch-depth: 0
154-
- uses: metio/ci/dco@0b7421952e03e7be2aab6ea5ea10721609d12aac # main
154+
- uses: metio/ci/dco@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # main
155155
policy:
156156
# metio org workflow conventions (conftest/Rego from metio/ci): SHA-pinned
157157
# uses refs, top-level permissions, timeout-minutes on every job, no
@@ -160,7 +160,7 @@ jobs:
160160
timeout-minutes: 10
161161
steps:
162162
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
163-
- uses: metio/ci/policy-check@0b7421952e03e7be2aab6ea5ea10721609d12aac # 2026.8.2070928
163+
- uses: metio/ci/policy-check@6ccbfec6667dbf259d07ae33159592fb80f4aba2 # 2026.8.4134806
164164
verify:
165165
# Single required check covering every job above: mark only this one
166166
# required in branch protection and new jobs are covered automatically.

0 commit comments

Comments
 (0)