Skip to content

Commit

Permalink
Update deduplication key
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <[email protected]>
  • Loading branch information
lindluni committed Feb 22, 2024
1 parent 6611e43 commit e54a5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeql-analysis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ runs:
if: runner.os != 'Windows'
uses: actions/upload-artifact@v4
with:
name: codeql-scan-results-${{ inputs.language }}-${{ github.run_id }}
name: codeql-scan-results-${{ inputs.language }}-${{ github.sha }}
path: ${{ runner.temp }}/codeql-scan-results-${{ inputs.language }}.csv

- name: Upload Artifact
if: runner.os == 'Windows'
uses: actions/upload-artifact@v4
with:
name: codeql-scan-results-${{ inputs.language }}-${{ github.run_id }}
name: codeql-scan-results-${{ inputs.language }}-${{ github.sha }}
path: ${{ runner.temp }}\codeql-scan-results-${{ inputs.language }}.csv

- name: Upload CodeQL Database
Expand Down

0 comments on commit e54a5a4

Please sign in to comment.