1515 if : ${{ github.event.label.name == 'status/image_testing' }}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # https://github.com/actions/checkout/releases/tag/v4 .0.0
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # https://github.com/actions/checkout/releases/tag/v7 .0.0
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 token : ${{ github.token }}
2525 tag='${{ github.event.pull_request.number }}'
2626 echo "tag=${tag}" >> $GITHUB_OUTPUT
2727 - name : Set up JDK
28- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # https://github.com/actions/setup-java/releases/tag/v4
28+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # https://github.com/actions/setup-java/releases/tag/v4
2929 with :
3030 java-version-file : ' .java-version'
3131 distribution : ' zulu'
@@ -38,30 +38,30 @@ jobs:
3838 export VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
3939 echo "version=${VERSION}" >> $GITHUB_OUTPUT
4040 - name : Set up QEMU
41- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # https://github.com/docker/setup-qemu-action/releases/tag/v3.7.0
41+ uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # https://github.com/docker/setup-qemu-action/releases/tag/v3.7.0
4242 - name : Set up Docker Buildx
4343 id : buildx
44- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
44+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
4545 - name : Cache Docker layers
46- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # https://github.com/actions/cache/releases/tag/v4.3.0
46+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # https://github.com/actions/cache/releases/tag/v4.3.0
4747 with :
4848 path : /tmp/.buildx-cache
4949 key : ${{ runner.os }}-buildx-${{ github.sha }}
5050 restore-keys : |
5151 ${{ runner.os }}-buildx-
5252 - name : Configure AWS Credentials
53- uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # https://github.com/aws-actions/configure-aws-credentials/releases/tag/v4
53+ uses : aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # https://github.com/aws-actions/configure-aws-credentials/releases/tag/v4
5454 with :
5555 aws-region : us-east-1
5656 role-to-assume : ${{ secrets.AWS_ROLE }}
5757 - name : Login to Amazon ECR
5858 id : login-ecr
59- uses : aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # https://github.com/aws-actions/amazon-ecr-login/releases/tag/v2.0.1
59+ uses : aws-actions/amazon-ecr-login@29a98d5d1b455a4ce13a4d34088241cad71d74df # https://github.com/aws-actions/amazon-ecr-login/releases/tag/v2.0.1
6060 with :
6161 registry-type : ' public'
6262 - name : Build and push
6363 id : docker_build_and_push
64- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # https://github.com/docker/build-push-action/releases/tag/v6.18.0
64+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # https://github.com/docker/build-push-action/releases/tag/v6.18.0
6565 with :
6666 builder : ${{ steps.buildx.outputs.name }}
6767 context : api
7272 cache-from : type=local,src=/tmp/.buildx-cache
7373 cache-to : type=local,dest=/tmp/.buildx-cache
7474 - name : make comment with private deployment link
75- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # infered from @v4
75+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # infered from @v5.0.0
7676 with :
7777 issue-number : ${{ github.event.pull_request.number }}
7878 body : |
0 commit comments