Skip to content

Commit 2d6b9d1

Browse files
SecAI-Hubclaude
andcommitted
Fix release workflow: correct upload-artifact SHA pin
The release workflow had a corrupted upload-artifact SHA (ea165f8d65b6db9a6b7e75b195508afaf57ec3c7) that doesn't resolve. Updated to match the correct SHA used in build.yml (ea165f8d65b6e75b540449e92b4886f43607fa02). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d93400b commit 2d6b9d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
output-file: dist/${{ matrix.service }}-sbom.cdx.json
109109

110110
- name: Upload artifacts
111-
uses: actions/upload-artifact@ea165f8d65b6db9a6b7e75b195508afaf57ec3c7 # v4.6.2
111+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112112
with:
113113
name: go-${{ matrix.service }}
114114
path: dist/
@@ -142,7 +142,7 @@ jobs:
142142
done
143143
144144
- name: Upload artifacts
145-
uses: actions/upload-artifact@ea165f8d65b6db9a6b7e75b195508afaf57ec3c7 # v4.6.2
145+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146146
with:
147147
name: python-sboms
148148
path: dist/

0 commit comments

Comments
 (0)