From 20563a45543dd67530973e26a418f9116dec0613 Mon Sep 17 00:00:00 2001 From: Patrick Hermann Date: Wed, 29 Jul 2026 13:18:27 +0000 Subject: [PATCH] fix(ansible): bump call-release-artifact pin to pick up #127 and #128 The pin still referenced 1814f1e, which predates #127 and #128. Left alone the release path would keep calling the old workflow, so the corrected attestation verify command would never reach the release notes. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01FDecVMyhtUtixsLmT4oLwY --- .github/workflows/call-ansible-collection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-ansible-collection.yaml b/.github/workflows/call-ansible-collection.yaml index 76f0a24..7f82643 100644 --- a/.github/workflows/call-ansible-collection.yaml +++ b/.github/workflows/call-ansible-collection.yaml @@ -132,7 +132,7 @@ jobs: contents: read id-token: write attestations: write - uses: stuttgart-things/github-workflow-templates/.github/workflows/call-release-artifact.yaml@1814f1e31dddaab2273396879d0ff2d4bcb05efe # main + uses: stuttgart-things/github-workflow-templates/.github/workflows/call-release-artifact.yaml@e868d3fb1d0b9723904b0486a3bfe91272154036 # main with: runs-on: ${{ inputs.runs-on }} environment-name: k8s