File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed
Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Acknowledge the request with thumbs up reaction
2828 if : ${{ github.event.comment }}
29- uses : peter-evans/create-or-update-comment@v5
29+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
3030 with :
3131 comment-id : ${{ github.event.comment.id }}
3232 reactions : ' +1'
@@ -35,10 +35,10 @@ jobs:
3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
4040 - name : Install uv
41- uses : astral-sh/setup-uv@v7
41+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4242
4343 - name : Run add remove labels
4444 env :
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
1717 - name : Install uv
18- uses : astral-sh/setup-uv@v7
18+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
1919
2020 - name : Run add welcome comment
2121 env :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 ref : ${{ github.event.pull_request.base.ref }}
2121 - name : Set env TAG
2727 fi
2828 - name : Build Image
2929 id : build-image
30- uses : redhat-actions/buildah-build@v2
30+ uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
3131 with :
3232 image : opendatahub-tests
3333 tags : ${{ env.TAG }}
3636
3737 - name : Push To Image Registry
3838 id : push-to-registry
39- uses : redhat-actions/push-to-registry@v2
39+ uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
4040 with :
4141 image : ${{ steps.build-image.outputs.image }}
4242 tags : ${{ steps.build-image.outputs.tags }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout the latest code
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 token : ${{ secrets.RHODS_CI_BOT_PAT }}
2121 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
2222 - name : Automatic Cherry Pick
23- uses : dbasunag/cherry-pick-pr@master
23+ uses : dbasunag/cherry-pick-pr@1b63443cdf4944d11e58dcd835e6514b88680bef # master
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.RHODS_CI_BOT_PAT }}
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v10
10+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
1111 with :
1212 stale-issue-message : ' This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1313 days-before-stale : 60
Original file line number Diff line number Diff line change 99 pull-requests : write
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
13- - uses : actions/labeler@v6
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : ' Download artifact'
25- uses : actions/github-script@v8
25+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2626 with :
2727 script : |
2828 let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
4848 - name : ' Unzip artifact'
4949 run : unzip context.zip
5050 - name : ' Return Parsed JSON'
51- uses : actions/github-script@v8
51+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
5252 id : return-parsed-json
5353 with :
5454 script : |
@@ -79,10 +79,10 @@ jobs:
7979 echo "REVIEW_COMMENT_BODY=${{ needs.download_context_artifact.outputs.review_comment_body }}" >> "$GITHUB_ENV"
8080 echo "GITHUB_USER_LOGIN=${{ needs.download_context_artifact.outputs.user_login }}" >> "$GITHUB_ENV"
8181 echo "ACTION=${{ needs.download_context_artifact.outputs.action }}" >> "$GITHUB_ENV"
82- - uses : actions/checkout@v6
82+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8383
8484 - name : Install uv
85- uses : astral-sh/setup-uv@v7
85+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
8686 - name : ' Run add-remove-labels action'
8787 env :
8888 GITHUB_TOKEN : ${{ secrets.RHODS_CI_BOT_PAT }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout pull request
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 ref : refs/pull/${{ github.event.issue.number }}/head
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v7
22+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2323
2424 - name : Check if the user is authorized
2525 env :
@@ -38,15 +38,15 @@ jobs:
3838 echo "TAG=pr-${{ github.event.issue.number }}" >> "$GITHUB_ENV"
3939 - name : Build Image to push
4040 id : build-image
41- uses : redhat-actions/buildah-build@v2
41+ uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
4242 with :
4343 image : opendatahub-tests
4444 tags : ${{ env.TAG }}
4545 containerfiles : |
4646 ./Dockerfile
4747 - name : Push To Image Registry
4848 id : push-to-registry
49- uses : redhat-actions/push-to-registry@v2
49+ uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
5050 with :
5151 image : ${{ steps.build-image.outputs.image }}
5252 tags : ${{ steps.build-image.outputs.tags }}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 cancel-in-progress : true
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v7
22+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2323
2424 - name : Run size labeler
2525 env :
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 cancel-in-progress : true
1414
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@v7
19+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2020
2121 - name : Install tox-uv
2222 run : |
You can’t perform that action at this time.
0 commit comments