Skip to content

Commit e09af89

Browse files
SecAI-Hubclaude
andcommitted
Fix release SBOM: disable sbom-action auto-upload to prevent artifact conflicts
Matrix jobs all tried to auto-upload SBOMs with the same default artifact name, causing 409 Conflict. Set upload-artifact: false since we handle artifact upload explicitly with actions/upload-artifact. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2d6b9d1 commit e09af89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
path: services/${{ matrix.service }}
107107
format: cyclonedx-json
108108
output-file: dist/${{ matrix.service }}-sbom.cdx.json
109+
upload-artifact: false
109110

110111
- name: Upload artifacts
111112
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)