File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout LLVM Zorg
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 sparse-checkout : premerge/ops-container
2727 - name : Build Container
28- uses : llvm/llvm-project/.github/actions/build-container@883aa1207e0319362f9b9907158520d28f45fb72
28+ uses : llvm/llvm-project/.github/actions/build-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
2929 with :
3030 container-name : operations-metrics
3131 context : premerge/ops-container
4040 env :
4141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4242 steps :
43- - uses : llvm/llvm-project/.github/actions/push-container@883aa1207e0319362f9b9907158520d28f45fb72
43+ - uses : llvm/llvm-project/.github/actions/push-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
4444 with :
4545 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout LLVM Zorg
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 sparse-checkout : premerge/advisor
2727 - name : Build Container
28- uses : llvm/llvm-project/.github/actions/build-container@883aa1207e0319362f9b9907158520d28f45fb72
28+ uses : llvm/llvm-project/.github/actions/build-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
2929 with :
3030 container-name : premerge-advisor
3131 context : premerge/advisor
4040 env :
4141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4242 steps :
43- - uses : llvm/llvm-project/.github/actions/push-container@883aa1207e0319362f9b9907158520d28f45fb72
43+ - uses : llvm/llvm-project/.github/actions/push-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
4444 with :
4545 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout LLVM Zorg
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 sparse-checkout : premerge/buildbot
2727 - name : Build Container
28- uses : llvm/llvm-project/.github/actions/build-container@e30dc12640a21a0c25a4ca60e30fb56a6745a57b
28+ uses : llvm/llvm-project/.github/actions/build-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
2929 with :
3030 container-name : premerge-buildbot
3131 context : premerge/buildbot
4040 env :
4141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4242 steps :
43- - uses : llvm/llvm-project/.github/actions/push-container@e30dc12640a21a0c25a4ca60e30fb56a6745a57b
43+ - uses : llvm/llvm-project/.github/actions/push-container@b0074209ed2e99c0c98c5a2b4a73f0566bf80c71
4444 with :
4545 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515 if : github.repository_owner == 'llvm'
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
19+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2020 with :
2121 python-version : ' 3.14'
2222 cache : ' pip'
Original file line number Diff line number Diff line change 1515 if : github.repository_owner == 'llvm'
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919 - name : Install dependencies
2020 run : |
2121 sudo apt-get update
Original file line number Diff line number Diff line change 1515 if : github.repository_owner == 'llvm'
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919 - name : Install Dependencies
2020 run : |
2121 sudo apt-get update
You can’t perform that action at this time.
0 commit comments