Skip to content

Commit a4156a9

Browse files
authored
Update SLO report action to specific commit
1 parent b1ff4f6 commit a4156a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slo-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.workflow_run.conclusion == 'success'
1717
steps:
1818
- name: Publish YDB SLO Report
19-
uses: ydb-platform/ydb-slo-action/report@main
19+
uses: ydb-platform/ydb-slo-action/report@53e02500d4a98a6b67d9009bc46e839236f15f81
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
github_run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)