File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 packages : read
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v5
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2323 with :
2424 ref : ${{ env.BRANCH_NAME }}
2525
3131 docker build -t "cdk-utils-build:${VERSION_NUMBER}" -f docker/Dockerfile --build-arg VERSION="${VERSION_NUMBER}" .
3232 docker save "cdk-utils-build:${VERSION_NUMBER}" -o cdk-utils-build.img
3333
34- - uses : actions/upload-artifact@00943011d9042930efac3dcd3a170e4273319bc8
34+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
3535 name : Upload docker images
3636 with :
3737 name : docker_artifact
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
3232
3333 steps :
3434 - name : Checkout local github actions
35- uses : actions/checkout@v5
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3636 with :
3737 ref : ${{ env.BRANCH_NAME }}
3838 fetch-depth : 0
3939 sparse-checkout : |
4040 .github
4141
4242 - name : Configure AWS Credentials
43- uses : aws-actions/configure-aws-credentials@v5
43+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
4444 with :
4545 aws-region : eu-west-2
4646 role-to-assume : ${{ secrets.CDK_PUSH_IMAGE_ROLE }}
4747 role-session-name : upload-cdk-utils-build
4848
4949 - name : docker_artifact download
50- uses : actions/download-artifact@v5
50+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
5151 with :
5252 name : docker_artifact
5353 path : .
Original file line number Diff line number Diff line change 4141 issue_number : ${{steps.get_issue_number.outputs.result}}
4242
4343 steps :
44- - uses : actions/github-script@v8
44+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
4545 name : get issue number
4646 id : get_issue_number
4747 with :
You can’t perform that action at this time.
0 commit comments