chore: update Go version references from 1.25.6 to 1.25.7 across documentation and scripts

This commit is contained in:
GitHub Actions
2026-02-04 16:52:52 +00:00
parent bb82a733ac
commit 7a63e4b9c1
14 changed files with 20 additions and 20 deletions

View File

@@ -216,7 +216,7 @@ jobs:
# Generate SBOM using official Anchore action (auto-updated by Renovate)
- name: Generate SBOM
if: steps.check-artifact.outputs.artifact_found == 'true'
uses: anchore/sbom-action@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
id: sbom
with:
image: ${{ steps.load-image.outputs.image_name }}