Skip to content

Commit 72dc36e

Browse files
committed
correct sha
1 parent 43ec059 commit 72dc36e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker_image_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/docker_image_upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: .

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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:

0 commit comments

Comments
 (0)