|
74 | 74 | 11 |
75 | 75 | - name: Import GPG key |
76 | 76 | id: import_gpg |
77 | | - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec |
| 77 | + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd |
78 | 78 | with: |
79 | 79 | gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
80 | 80 | - name: Auth for nexus |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | java-version: '11' |
127 | 127 | - name: Import GPG key |
128 | 128 | id: import_gpg |
129 | | - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec |
| 129 | + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd |
130 | 130 | with: |
131 | 131 | gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
132 | 132 | - name: stage source |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | disable-cache: true |
194 | 194 | - name: Import GPG key |
195 | 195 | id: import_gpg |
196 | | - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec |
| 196 | + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd |
197 | 197 | with: |
198 | 198 | gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
199 | 199 | - name: Install dependencies |
@@ -293,7 +293,7 @@ jobs: |
293 | 293 | # settings.xml file |
294 | 294 | run: rm ~/.m2/settings.xml || true |
295 | 295 | - name: Login to Docker Hub |
296 | | - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 |
| 296 | + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 |
297 | 297 | with: |
298 | 298 | username: ${{ secrets.DOCKERHUB_USER }} |
299 | 299 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
@@ -455,7 +455,7 @@ jobs: |
455 | 455 | go-version: '1.26' |
456 | 456 | - name: Import GPG key |
457 | 457 | id: import_gpg |
458 | | - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec |
| 458 | + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd |
459 | 459 | with: |
460 | 460 | gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
461 | 461 | - name: Build prism artifacts |
|
0 commit comments