Skip to content

Commit

Permalink
Immutable test results, try unique naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Aug 19, 2024
1 parent ccc5e86 commit 062f500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ runs:
- name: Archive scan artifacts
uses: actions/upload-artifact@v4
with:
name: ScanResults
name: ${{ inputs.image_name }}-ScanResults-${{ github.run_id }}
if-no-files-found: error
path: /tmp/sarif-reports/${{ inputs.image_name }}.sarif
2 changes: 1 addition & 1 deletion .github/workflows/_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: TestResults
name: ${{ matrix.suite }}-TestResults-${{ github.run_id }}
path: test/suites/**/results

test-success:
Expand Down

0 comments on commit 062f500

Please sign in to comment.