@@ -22,13 +22,13 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
2626 with :
2727 token : ${{ github.token }}
2828 ref : ${{ inputs.sha }}
2929
3030 - name : Set up JDK
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
3232 with :
3333 java-version : ' 21'
3434 distribution : ' zulu'
4444 -Pversion=latest
4545
4646 - name : Upload build artifacts
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
4848 with :
4949 name : artifacts
5050 path : |
5858 docker image save ghcr.io/kafbat/kafka-ui:latest > /tmp/image.tar
5959
6060 - name : Upload docker image
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
6262 with :
6363 name : image
6464 path : /tmp/image.tar
@@ -70,26 +70,26 @@ jobs:
7070 steps :
7171
7272 - name : Checkout
73- uses : actions/checkout@v4
73+ uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
7474 with :
7575 token : ${{ github.token }}
7676 ref : ${{ inputs.sha }}
7777
7878 - name : Set up JDK
79- uses : actions/setup-java@v4
79+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
8080 with :
8181 java-version : ' 21'
8282 distribution : ' zulu'
8383 cache : ' gradle'
8484
8585 - name : Download build artifacts
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
8787 with :
8888 name : artifacts
8989 path : api/build
9090
9191 - name : Download docker image
92- uses : actions/download-artifact@v4
92+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
9393 with :
9494 name : image
9595 path : /tmp
@@ -121,15 +121,15 @@ jobs:
121121
122122 - name : Upload allure reports artifact
123123 if : ' !cancelled()'
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
125125 with :
126126 name : reports
127127 path : ./e2e-tests/build/allure-results
128128 retention-days : 7
129129
130130 - name : Upload selenide results artifact
131131 if : failure()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
133133 with :
134134 name : selenide-results
135135 path : ./e2e-tests/build/selenide-results
@@ -141,7 +141,7 @@ jobs:
141141 if : ${{ !cancelled() && github.repository_owner == 'kafbat' }}
142142 steps :
143143 - name : Download allure reports artifact
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
145145 with :
146146 name : reports
147147 path : ./e2e-tests/build/allure-results
0 commit comments