File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5151 path : .git
5252 key : gitdb-${{ github.repository_id }}-${{ github.sha }}
5353 - name : Checkout
54- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v2.7.0
54+ if : always()
55+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5556 with :
5657 ref : ${{ github.sha }}
5758 clean : false
Original file line number Diff line number Diff line change @@ -291,12 +291,12 @@ jobs:
291291 name : coverage-integration+${{ matrix.mode }}+go${{ steps.go.outputs.version }}+${{ runner.os }}+${{ runner.arch }}
292292 path : ${{ github.workspace }}/orchestrion/coverage/integration.out
293293
294- # Checkout and prepare for uploading to Datadog CI
295294 - name : Checkout
296295 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
296+ if : always()
297297 with :
298- repository : ' DataDog/dd-trace-go '
299- ref : ${{ inputs.orchestrion-version != '' && 'main' || github.ref }}
298+ ref : ${{ inputs.orchestrion-version != '' && 'main' || github.sha }}
299+ clean : false
300300 - name : Upload the results to Datadog CI App
301301 if : always()
302302 continue-on-error : true
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ jobs:
293293 key : gitdb-${{ github.repository_id }}-${{ github.sha }}
294294 - name : Checkout
295295 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
296+ if : always()
296297 with :
297298 ref : ${{ github.sha }}
298299 clean : false
You can’t perform that action at this time.
0 commit comments