File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1414
1515 - name : Dependency review
1616 uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Configure AWS credentials using OIDC
23- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
23+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
2424 with :
2525 role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-api-plan
2626 role-session-name : ECRPull
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2828
2929 - name : Configure AWS credentials using OIDC
30- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
30+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
3131 with :
3232 role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-api-apply
3333 role-session-name : ECSDeploy
4141
4242 - name : Update ECS task image
4343 id : task-def
44- uses : aws-actions/amazon-ecs-render-task-definition@acd72bc11233ac43bac45ddb7b8e54ada737e6cd # v1.7.4
44+ uses : aws-actions/amazon-ecs-render-task-definition@64aefa8f68c9083d24d230e3099d046d5964bcba # v1.7.5
4545 with :
4646 task-definition : task-definition.json
4747 container-name : ${{ env.SERVICE_NAME }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424
2525 - name : Build Docker image
2626 run : docker build -t forms/api .
2727
2828 - name : Configure AWS credentials using OIDC
29- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
29+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
3030 with :
3131 role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-api-release
3232 role-session-name : ECRPush
Original file line number Diff line number Diff line change 88 shellcheck :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1212 - name : Shellcheck
1313 run : |
1414 .github/workflows/scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929
3030 - name : Configure AWS credentials using OIDC
31- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
31+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
3232 with :
3333 role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-api-apply
3434 role-session-name : ECSDeploy
4242
4343 - name : Update ECS task image
4444 id : task-def
45- uses : aws-actions/amazon-ecs-render-task-definition@acd72bc11233ac43bac45ddb7b8e54ada737e6cd # v1.7.4
45+ uses : aws-actions/amazon-ecs-render-task-definition@64aefa8f68c9083d24d230e3099d046d5964bcba # v1.7.5
4646 with :
4747 task-definition : task-definition.json
4848 container-name : ${{ env.SERVICE_NAME }}
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2727
2828 - name : Build Docker image
2929 run : docker build -t forms/api .
3030
3131 - name : Configure AWS credentials using OIDC
32- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
32+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
3333 with :
3434 role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/forms-api-apply
3535 role-session-name : ECRPush
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1414
1515 - name : Set up Node.js
1616 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1616
1717 - name : Build Docker image
1818 run : docker build -t forms/api .
You can’t perform that action at this time.
0 commit comments