Skip to content

Commit b1ff4f6

Browse files
authored
Update YDB SLO action to specific commit hash
1 parent a0d06a1 commit b1ff4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
python -m pip install --no-cache-dir -r tests/slo/requirements.txt
101101
102102
- name: Initialize YDB SLO
103-
uses: ydb-platform/ydb-slo-action/init@main
103+
uses: ydb-platform/ydb-slo-action/init@53e02500d4a98a6b67d9009bc46e839236f15f81
104104
with:
105105
github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }}
106106
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)