Skip to content

Commit 3466ef4

Browse files
authored
Fully qualify teamscale action (#3534)
Use hash instead of version number
1 parent 66560f3 commit 3466ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/teamscale_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 'Unzip artifact'
4444
run: unzip "${{ runner.temp }}/artifacts/coverage-report.zip" -d "${{ runner.temp }}/artifacts"
4545
- name: 'Upload coverage'
46-
uses: 'cqse/teamscale-upload-action@v2.9.6'
46+
uses: 'cqse/teamscale-upload-action@8d10b6693b9242420ef2062dbefc36af6e88d587'
4747
with:
4848
server: 'https://fdb.teamscale.io'
4949
project: 'foundationdb-fdb-record-layer'

0 commit comments

Comments
 (0)