@@ -37,14 +37,14 @@ jobs:
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
41
41
42
42
# Setup Terraform, Terragrunt, and Conftest
43
43
- name : Setup terraform tools
44
44
uses : cds-snc/terraform-tools-setup@v1
45
45
46
46
- name : Configure AWS credentials using OIDC
47
- uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
47
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
48
48
with :
49
49
role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-terraform-apply-release
50
50
role-session-name : TFApply
61
61
lambda-to-rebuild : ${{ steps.filter.outputs.changes }}
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
64
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
65
65
66
66
- name : Filter
67
67
id : filter
80
80
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
83
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
84
84
85
85
- name : Build Lambda images
86
86
uses : ./.github/workflows/build-lambda-images
@@ -103,14 +103,14 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Checkout
106
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
106
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
107
107
108
108
# Setup Terraform, Terragrunt, and Conftest
109
109
- name : Setup terraform tools
110
110
uses : cds-snc/terraform-tools-setup@v1
111
111
112
112
- name : Configure AWS credentials using OIDC
113
- uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
113
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
114
114
with :
115
115
role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-terraform-apply-release
116
116
role-session-name : TFApply
@@ -199,7 +199,7 @@ jobs:
199
199
image : ${{ fromJSON(needs.detect-lambda-changes.outputs.lambda-to-rebuild) }}
200
200
steps :
201
201
- name : Checkout
202
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
202
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
203
203
204
204
- name : Request Lambda functions to use new image
205
205
uses : ./.github/workflows/request-lambda-functions-to-use-new-image
0 commit comments