@@ -13,16 +13,16 @@ jobs:
1313 issues : write
1414 pull-requests : write
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
1818 - name : Configure AWS Credentials
19- uses : aws-actions/configure-aws-credentials@v6
19+ uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
2020 with :
2121 role-to-assume : " arn:aws:iam::979633842206:role/LocalOfficeSearchApiDeployment"
2222 aws-region : eu-west-1
2323 role-session-name : local-office-search-api-actions-workflow
2424
25- - uses : citizensadvice/python-poetry-setup-action@v1
25+ - uses : citizensadvice/python-poetry-setup-action@238df99ffcab064c3054cbd39b461108e04882e3
2626 with :
2727 install_cdk : true
2828 project_root : " ./cdk"
@@ -53,22 +53,22 @@ jobs:
5353 EOF
5454
5555 - name : Find Comment
56- uses : peter-evans/find-comment@v4
56+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
5757 id : find-comment
5858 with :
5959 issue-number : ${{ github.event.pull_request.number }}
6060 comment-author : " github-actions[bot]"
6161 direction : last
6262
6363 - name : Add New Comment
64- uses : peter-evans/create-or-update-comment@v5
64+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
6565 if : steps.find-comment.outputs.comment-id == 0
6666 with :
6767 issue-number : ${{ github.event.pull_request.number }}
6868 body-file : " comment.md"
6969
7070 - name : Update Comment
71- uses : peter-evans/create-or-update-comment@v5
71+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
7272 if : steps.find-comment.outputs.comment-id
7373 with :
7474 issue-number : ${{ github.event.pull_request.number }}
0 commit comments