File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ groups :
6+ github-actions :
7+ patterns : ["*"]
8+ schedule :
9+ interval : " weekly"
10+ cooldown :
11+ default-days : 7
Original file line number Diff line number Diff line change 99 clang-format :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1313 - name : Set up Python 3.12
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
1515 with :
1616 python-version : " 3.12"
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 3535 run : exit 1
3636
3737 - name : Checkout Triton-Shared
38- uses : actions/checkout@v4
38+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3939 with :
4040 ref : ${{ inputs.triton-shared-ref }}
4141 path : triton_shared
@@ -119,7 +119,7 @@ jobs:
119119 run : exit 1
120120
121121 - name : Checkout Triton-Shared
122- uses : actions/checkout@v4
122+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
123123 with :
124124 ref : ${{ inputs.triton-shared-ref }}
125125 path : triton_shared
You can’t perform that action at this time.
0 commit comments