@@ -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 }}
0 commit comments