Skip to content

Commit 185e396

Browse files
authored
Remove unnecessary step in build file (#3361)
Remove unnecessary step in build file
1 parent 57ee4e8 commit 185e396

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

-11
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,3 @@ jobs:
177177
sarif_file: ${{ steps.scan.outputs.sarif }}
178178
category: build-${{ inputs.image }}
179179
if: always()
180-
181-
- name: Upload Scan Results
182-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183-
continue-on-error: true
184-
with:
185-
name: scan-results-${{ inputs.image }}
186-
path: |
187-
${{ steps.scan.outputs.sarif }}
188-
*.json
189-
!sbom-plus.json
190-
if: always()

0 commit comments

Comments
 (0)